From 0008452ababfb0e559622644134b465c57f10e05 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sun, 23 Mar 2014 02:07:20 +0900 Subject: [PATCH] gengrid: Commented out some temporarily unused code. This code will be used later when the item selection on key press becomes optional. So do not remove this. --- legacy/elementary/src/lib/elm_gengrid.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/elementary/src/lib/elm_gengrid.c b/legacy/elementary/src/lib/elm_gengrid.c index febe97037e..26443ab60f 100644 --- a/legacy/elementary/src/lib/elm_gengrid.c +++ b/legacy/elementary/src/lib/elm_gengrid.c @@ -1560,6 +1560,8 @@ _elm_gengrid_item_unfocused(Elm_Gen_Item *it) (WIDGET(it), SIG_ITEM_UNFOCUSED, it); } +/* NOTE: this code will be used later when the item selection on key press + becomes optional. So do not remove this. static Eina_Bool _item_focus_up(Elm_Gengrid_Smart_Data *sd) { @@ -1674,6 +1676,7 @@ _item_focus_right(Elm_Gengrid_Smart_Data *sd) return EINA_TRUE; } +*/ static Eina_Bool _item_multi_select_left(Elm_Gengrid_Smart_Data *sd)