projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79fa5b5
)
e17: e_icon cleanup
author
Hannes Janetzek
<hannes.janetzek@gmail.com>
Mon, 29 Aug 2011 14:02:20 +0000
(14:02 +0000)
committer
Hannes Janetzek
<hannes.janetzek@gmail.com>
Mon, 29 Aug 2011 14:02:20 +0000
(14:02 +0000)
SVN revision: 62947
src/bin/e_icon.c
patch
|
blob
|
history
diff --git
a/src/bin/e_icon.c
b/src/bin/e_icon.c
index
ae591d6
..
fd6220d
100644
(file)
--- a/
src/bin/e_icon.c
+++ b/
src/bin/e_icon.c
@@
-70,11
+70,12
@@
static void _e_icon_obj_del(void *data, Evas *e, Evas_Object *obj, void *event_i
/* local subsystem globals */
static Evas_Smart *_e_smart = NULL;
+#ifdef USE_ICON_CACHE
static Cache *_cache = NULL;
static E_Config_DD *cache_edd = NULL;
static E_Config_DD *cache_item_edd = NULL;
-
#define DBG(...)
+#endif
EINTERN int
e_icon_init(void)