elementary: Remove unused static varible
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:00:28 +0000 (10:00 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:00:28 +0000 (10:00 -0400)
Summary: clang reports _smart_callbacks as being an unused static
variable, so remove

@fix

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

index 2b2b82e766776518a58b4e256dc99a820c9e5d34..3ed66d6ba711b26d76ec7b085ee4b566646d9f0a 100644 (file)
 
 static const char SIG_BLOCK_CLICKED[] = "block,clicked";
 static const char SIG_TIMEOUT[] = "timeout";
-static const Evas_Smart_Cb_Description _smart_callbacks[] = {
-   {SIG_BLOCK_CLICKED, ""},
-   {SIG_TIMEOUT, ""},
-   {NULL, NULL}
-};
 
 static void
 _notify_theme_apply(Evas_Object *obj)