From c231278a4beb62138e38f4beaebc984cddf389cf Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Mon, 29 Aug 2011 14:02:20 +0000 Subject: [PATCH] e17: e_icon cleanup SVN revision: 62947 --- src/bin/e_icon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index ae591d618..fd6220dde 100644 --- 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)