Edje: Remove unused variable.
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 31 Aug 2012 06:12:43 +0000 (06:12 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 31 Aug 2012 06:12:43 +0000 (06:12 +0000)
SVN revision: 75915

legacy/edje/src/lib/edje_message_queue.c

index b6cd636..8112221 100644 (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;