Edje: Remove unused variable.

SVN revision: 75915
This commit is contained in:
Christopher Michael 2012-08-31 06:12:43 +00:00
parent 0423ca5a36
commit b27b93f255
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ edje_object_message_signal_process(Evas_Object *obj)
Edje_Message *em;
Eina_List *groups = NULL;
int gotos = 0;
unsigned int i;
ed = _edje_fetch(obj);
if (!ed) return;