From a79e15b966ad1ed6eb71cfcf3d873c4b24f03886 Mon Sep 17 00:00:00 2001 From: Youngbok Shin Date: Wed, 2 Aug 2017 19:57:05 +0900 Subject: [PATCH] entry: remove unused label for goto @tizen_fix Change-Id: I7ea5763432b9118eb7e33f20419be2e25ccf7a9f (cherry picked from commit 4efc635dc647d5e43a9e0170f41502a23438aeb5) --- src/lib/elm_entry.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index fed01a0d2..9f8a03612 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -3089,10 +3089,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)); -- 2.34.1