From f4c7406047aff4723c73ebac80ac39a5eb687165 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 14 Oct 2015 10:04:03 -0400 Subject: [PATCH] elementary: Remove unused static variable Summary: clang reports _list_focus_objects as being an unused static variable, so remove @fix Signed-off-by: Chris Michael --- src/bin/test_list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/test_list.c b/src/bin/test_list.c index 95d7aa6..7c9a27e 100644 --- a/src/bin/test_list.c +++ b/src/bin/test_list.c @@ -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 }; -- 2.7.4