elm_test: Fix a warning
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 15 Nov 2017 10:27:49 +0000 (19:27 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 15 Nov 2017 10:29:00 +0000 (19:29 +0900)
src/bin/elementary/test_ctxpopup.c

index fbef939..94895f5 100644 (file)
@@ -447,7 +447,7 @@ _list_item_cb9(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EINA_U
 static void
 _list_item_cb10(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EINA_UNUSED)
 {
-   Evas_Object *ctxpopup, *btn, *sc, *bx;
+   Evas_Object *ctxpopup, *btn;
    Evas_Coord x,y;
 
    if (list_mouse_down > 0) return;