rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=6bfd5d6d9124f796f083986792d8c200991535e5
commit 6bfd5d6d9124f796f083986792d8c200991535e5 Author: Vyacheslav Reutskiy <v.reuts...@samsung.com> Date: Fri May 13 08:17:58 2016 +0300 eflete: delete unused variable Change-Id: I4883c83a52dbb3f39086c4143e28a63c56022b2d --- src/bin/common/string_common.c | 33 --------------------------------- src/bin/ui/workspace/group_navigator.c | 2 -- 2 files changed, 35 deletions(-) diff --git a/src/bin/common/string_common.c b/src/bin/common/string_common.c index eeaa0ae..d5de437 100644 --- a/src/bin/common/string_common.c +++ b/src/bin/common/string_common.c @@ -21,39 +21,6 @@ #include <Eina.h> #include <assert.h> -static const char *exception[] = -{ - "elm/map/marker/empty/", - "elm/map/marker/radio/", - "elm/map/circle/base/", - "elm/map/scale/base/", - "elm/scroller/panel/top/", - "elm/scroller/panel/bottom/", - "elm/scroller/panel/left/", - "elm/scroller/panel/right/", - "elm/index/base/vertical/", - "elm/index/item/vertical/", - "elm/index/item_odd/vertical/", - "elm/index/item/horizontal/", - "elm/index/item_odd/horizontal/", - "elm/colorselector/picker/base/", - "elm/colorselector/item/color/", - "elm/colorselector/image/colorbar_0/", - "elm/colorselector/image/colorbar_1/", - "elm/colorselector/image/colorbar_2/", - "elm/colorselector/image/colorbar_3/", - "elm/gengrid/item/default/", - "elm/entry/handler/start/", - "elm/entry/handler/end/", - "elm/entry/emoticon/wtf/", - "elm/popup/buttons1/popup/", - "elm/popup/buttons2/popup/", - "elm/popup/buttons3/popup/", - "elm/popup/content/popup/", - "elm/popup/item/popup/", - NULL -}; - int sort_cb(const void *data1, const void *data2) { diff --git a/src/bin/ui/workspace/group_navigator.c b/src/bin/ui/workspace/group_navigator.c index 456813d..db016c1 100644 --- a/src/bin/ui/workspace/group_navigator.c +++ b/src/bin/ui/workspace/group_navigator.c @@ -95,8 +95,6 @@ static const char *program_actions[] = { NULL }; -static const unsigned int part_types_count = 12; - #define BTN_ADD(LAYOUT, BTN, SWALLOW, ICON_NAME) \ BTN = elm_button_add(LAYOUT); \ ICON_STANDARD_ADD(BTN, icon, true, ICON_NAME); \ --