devilhorns pushed a commit to branch master.

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

commit 30a1bbb2689555a8c5c269fba4666c1705f5f831
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Oct 14 10:01:58 2015 -0400

    elementary: Remove unused variables
    
    Summary: clang reports SIG_BLOCK_CLICKED and SIG_TIMEOUT as being
    unused variables, so remove
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/elm_notify.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c
index 3ed66d6..82f98d3 100644
--- a/src/lib/elm_notify.c
+++ b/src/lib/elm_notify.c
@@ -15,9 +15,6 @@
 #define MY_CLASS_NAME "Elm_Notify"
 #define MY_CLASS_NAME_LEGACY "elm_notify"
 
-static const char SIG_BLOCK_CLICKED[] = "block,clicked";
-static const char SIG_TIMEOUT[] = "timeout";
-
 static void
 _notify_theme_apply(Evas_Object *obj)
 {

-- 


Reply via email to