rimmed pushed a commit to branch eflete-1.19.0. http://git.enlightenment.org/tools/eflete.git/commit/?id=257fa6d7567cc29c87a7743d0d29051609959a94
commit 257fa6d7567cc29c87a7743d0d29051609959a94 Author: Vyacheslav Reutskiy <[email protected]> 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 e00e0d17a..98569854b 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")) { --
