elementary_tizen: remove unreachable code
authorYoungbok Shin <youngb.shin@samsung.com>
Fri, 18 May 2018 09:26:08 +0000 (18:26 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Fri, 8 Jun 2018 10:49:28 +0000 (19:49 +0900)
@tizen_fix

Change-Id: I2b1da0c190dcfc392e9b2721d6b2caa99239a0b3

src/lib/elementary_tizen/elc_ctxpopup.c

index 86d521b..11180e9 100644 (file)
@@ -1381,12 +1381,12 @@ _elm_ctxpopup_efl_ui_widget_event(Eo *obj, Elm_Ctxpopup_Data *sd, Evas_Object *s
    //if (strcmp(ev->keyname, "Escape")) return EINA_FALSE;
    return EINA_FALSE;
 
-//
+/*
    _hide_signals_emit(obj, sd->dir);
 
    ev->event_flags |= EVAS_EVENT_FLAG_ON_HOLD;
    return EINA_TRUE;
-//
+*/
 }
 
 //FIXME: lost the content size when theme hook is called.