From 7a237d905203ac7675f011d5ea72be397bfab36e Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 14 Oct 2015 10:01:58 -0400 Subject: [PATCH] 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 --- legacy/elementary/src/lib/elm_notify.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/legacy/elementary/src/lib/elm_notify.c b/legacy/elementary/src/lib/elm_notify.c index 3ed66d6..82f98d3 100644 --- a/legacy/elementary/src/lib/elm_notify.c +++ b/legacy/elementary/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) { -- 2.7.4