elementary: Remove unused static variable
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:04:03 +0000 (10:04 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:04:03 +0000 (10:04 -0400)
Summary: clang reports _list_focus_objects as being an unused static
variable, so remove

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/test_list.c

index 95d7aa6..7c9a27e 100644 (file)
@@ -1230,7 +1230,6 @@ test_list7(void        *data EINA_UNUSED,
    evas_object_show(win);
 }
 
-static const unsigned _list_focus_objects = 5;
 static const char *_list_focus_names[] = {"None", "Square", "Button", "Check", "Box"};
 static const int _list_focus_combo[] = { 1, 0, 2, 33, 43, 44, 10, 30, 22, 11, 10, -1 };