projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74dfe8
)
elementary: Remove unused static varible
author
Chris Michael
<cp.michael@samsung.com>
Wed, 14 Oct 2015 14:00:28 +0000
(10:00 -0400)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/src/lib/elm_notify.c
b/src/lib/elm_notify.c
index 2b2b82e766776518a58b4e256dc99a820c9e5d34..3ed66d6ba711b26d76ec7b085ee4b566646d9f0a 100644
(file)
--- a/
src/lib/elm_notify.c
+++ b/
src/lib/elm_notify.c
@@
-17,11
+17,6
@@
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)