projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a237d9
)
elementary: Remove unused static variable
author
Chris Michael
<cp.michael@samsung.com>
Wed, 14 Oct 2015 14:03:03 +0000
(10:03 -0400)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/legacy/elementary/src/lib/elm_win.c
b/legacy/elementary/src/lib/elm_win.c
index
6250cf9
..
c07b7fb
100644
(file)
--- a/
legacy/elementary/src/lib/elm_win.c
+++ b/
legacy/elementary/src/lib/elm_win.c
@@
-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, ""},