No need code.

SVN revision: 78033
This commit is contained in:
Jaehwan Kim 2012-10-16 05:29:24 +00:00
parent 81a4e7317c
commit f3f96e6b7e
1 changed files with 0 additions and 3 deletions

View File

@ -558,7 +558,6 @@ _menu_move_resize_cb(void *data,
static void
_item_select(Elm_Toolbar_Item *it)
{
Evas_Coord w = 0, h = 0;
Elm_Toolbar_Item *it2;
Evas_Object *obj2;
Eina_Bool sel;
@ -569,8 +568,6 @@ _item_select(Elm_Toolbar_Item *it)
return;
sel = it->selected;
if (it->object) evas_object_geometry_get(it->object, NULL, NULL, &w, &h);
if (sd->select_mode != ELM_OBJECT_SELECT_MODE_NONE)
{
if (sel)