entry: remove unused label for goto 71/142071/1
authorYoungbok Shin <youngb.shin@samsung.com>
Wed, 2 Aug 2017 10:57:05 +0000 (19:57 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Wed, 2 Aug 2017 10:57:05 +0000 (19:57 +0900)
@tizen_fix

Change-Id: I7ea5763432b9118eb7e33f20419be2e25ccf7a9f

src/lib/elm_entry.c

index 442c800..ea5c52e 100644 (file)
@@ -3047,10 +3047,6 @@ _long_press_cb(void *data)
 
    //sd->long_pressed = EINA_TRUE;
 
-//TIZEN_ONLY: fix problem 'longpress' signal doesn't occur when entry has not focus
-signal_longpress:
-//
-
    sd->longpress_timer = NULL;
    eo_do(data, eo_event_callback_call
      (EVAS_CLICKABLE_INTERFACE_EVENT_LONGPRESSED, NULL));