diff options
author | jinwoo.shin <jw0227.shin@samsung.com> | 2015-12-04 10:34:35 +0900 |
---|---|---|
committer | jinwoo.shin <jw0227.shin@samsung.com> | 2015-12-04 10:34:35 +0900 |
commit | 312806ee0437196b6d426d04ad50cb1465045f14 (patch) | |
tree | 74d58c94525b118b2237f474390c242a04185f98 | |
parent | 200587ed1894e51e1e35d2f2ca96c93d6ed74c17 (diff) | |
download | air_infosquare-312806ee0437196b6d426d04ad50cb1465045f14.tar.gz air_infosquare-312806ee0437196b6d426d04ad50cb1465045f14.tar.bz2 air_infosquare-312806ee0437196b6d426d04ad50cb1465045f14.zip |
Disable action menusubmit/tizen/20151207.013729accepted/tizen/tv/20151207.122844
Change-Id: I936946d957036b12f5dbf961bc30d1d3ec0504e9
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
-rw-r--r-- | src/notification_view.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/notification_view.c b/src/notification_view.c index c65b2ab..b1e5686 100644 --- a/src/notification_view.c +++ b/src/notification_view.c @@ -642,31 +642,6 @@ static void _mouse_move(int id, void *data, Evas *e, Evas_Object *obj, static void _focus_key_up_cb(int id, void *data, Evas *e, Evas_Object *obj, Evas_Event_Key_Up *ev) { - struct _priv *priv; - void *noti; - - priv = data; - - switch (id) { - case OBJ_GRID: - if (!strcmp(ev->keyname, KEY_MENU) || - !strcmp(ev->keyname, KEY_CONTEXT_MENU)) { - if (!priv || !priv->current_it) - return; - - noti = elm_object_item_data_get(priv->current_it); - if (!noti) - return; - - viewmgr_update_view(ACTION_MENU_VIEW, - UPDATE_TYPE_SET_NOTIFICATION, noti); - viewmgr_show_view(ACTION_MENU_VIEW); - } - break; - case OBJ_CLEAR: - case OBJ_TITLE: - break; - } } static void _focus_focused_cb(int id, void *data, |