Remove unused var on test_focus
authorBruno Dilly <bdilly@profusion.mobi>
Tue, 30 Nov 2010 18:51:16 +0000 (18:51 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Tue, 30 Nov 2010 18:51:16 +0000 (18:51 +0000)
SVN revision: 55096

src/bin/test_focus.c

index 22072a5..f9172c4 100644 (file)
@@ -8,7 +8,6 @@
 static Eina_Bool
 _event(void *data __UNUSED__, Evas_Object *obj __UNUSED__, Evas_Object *src __UNUSED__, Evas_Callback_Type type, void *event_info)
 {
-   const char *key;
    if (type == EVAS_CALLBACK_KEY_DOWN)
      printf ("Key Down:");
    else if (type == EVAS_CALLBACK_KEY_UP)