[Prevent] Do not load unused smart data
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 15 Jul 2013 08:54:57 +0000 (17:54 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 15 Jul 2013 08:54:57 +0000 (17:54 +0900)
Change-Id: I38c93d5a7e6732400fb9b3f8cc13ed4e60069a9b

src/lib/elc_naviframe.c

index 93f4765..8e7bf5e 100644 (file)
@@ -1495,7 +1495,6 @@ _elm_naviframe_smart_event(Evas_Object *obj,
 {
    Elm_Naviframe_Item *it;
    Evas_Event_Key_Down *ev = event_info;
-   ELM_NAVIFRAME_DATA_GET(obj, sd);
 
    if (elm_widget_disabled_get(obj)) return EINA_FALSE;
    if (type != EVAS_CALLBACK_KEY_DOWN) return EINA_FALSE;