rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=762612fed4edee6f18f72b7d8bafee77cb8b9ad8

commit 762612fed4edee6f18f72b7d8bafee77cb8b9ad8
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri Sep 22 08:25:07 2017 +0300

    main_window: remove unreachable code
---
 src/bin/ui/main_window.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/ui/main_window.c b/src/bin/ui/main_window.c
index c7bac1232..c9239948a 100644
--- a/src/bin/ui/main_window.c
+++ b/src/bin/ui/main_window.c
@@ -478,7 +478,6 @@ _label_get(void *data, Evas_Object *obj __UNUSED__, const 
char *pr __UNUSED__)
      {
         Shortcut_Data *sc = (Shortcut_Data *)data;
         return strdup(sc->description);
-        return  sc->description != NULL ? strdup(sc->description) : 
strdup("NONE");
      }
    else if (!strcmp(pr, "elm.text"))
      {

-- 


Reply via email to