devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=f4c7406047aff4723c73ebac80ac39a5eb687165

commit f4c7406047aff4723c73ebac80ac39a5eb687165
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Oct 14 10:04:03 2015 -0400

    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 <cp.mich...@samsung.com>
---
 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 };
 

-- 


Reply via email to