devilhorns pushed a commit to branch master.

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

commit 194016d7ce8c24b901c2b43bcd86f7291ed9c9ee
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Oct 14 09:51:09 2015 -0400

    elementary: Remove unused static variable
    
    Summary: clang reports SIG_CLICKED as being unused so remove the
    variable
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/elc_naviframe.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c
index 673a694..6dba6e5 100644
--- a/src/lib/elc_naviframe.c
+++ b/src/lib/elc_naviframe.c
@@ -39,8 +39,6 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    {NULL, NULL}
 };
 
-static const char SIG_CLICKED[] = "clicked";
-
 static Eina_Bool _on_item_back_btn_clicked(void *data,
       Eo *obj EINA_UNUSED, const Eo_Event_Description *desc EINA_UNUSED, void 
*event_info EINA_UNUSED);
 

-- 


Reply via email to