From: Chris Michael Date: Wed, 14 Oct 2015 14:01:58 +0000 (-0400) Subject: elementary: Remove unused variables X-Git-Tag: upstream/1.20.0~7116^2~14^2~555 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a237d905203ac7675f011d5ea72be397bfab36e;p=platform%2Fupstream%2Fefl.git 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 --- 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) {