elementary: Remove unused variables
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:01:58 +0000 (10:01 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:01:58 +0000 (10:01 -0400)
Summary: clang reports SIG_BLOCK_CLICKED and SIG_TIMEOUT as being
unused variables, so remove

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elm_notify.c

index 3ed66d6..82f98d3 100644 (file)
@@ -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)
 {