Remove commented out line as it's not needed.

SVN revision: 41993
This commit is contained in:
Christopher Michael 2009-08-25 22:53:13 +00:00
parent 9a79344847
commit 9ae087ca95
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ _item_disable(Elm_Toolbar_Item *it, Eina_Bool disabled)
edje_object_signal_emit(it->base, "elm,state,disabled", "elm");
else
edje_object_signal_emit(it->base, "elm,state,enabled", "elm");
// _item_show(it);
}
static void