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

@fix

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

index 6250cf9..c07b7fb 100644 (file)
@@ -245,7 +245,6 @@ static const char SIG_INDICATOR_PROP_CHANGED[] = "indicator,prop,changed";
 static const char SIG_ROTATION_CHANGED[] = "rotation,changed";
 static const char SIG_PROFILE_CHANGED[] = "profile,changed";
 static const char SIG_WM_ROTATION_CHANGED[] = "wm,rotation,changed";
-static const char SIG_THEME_CHANGED[] = "theme,changed";
 
 static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    {SIG_DELETE_REQUEST, ""},