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.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-14 10:04:03 -04:00
parent 362a41cbd5
commit e03df78dbb
1 changed files with 0 additions and 1 deletions

View 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 };