e17: e_icon cleanup
authorHannes Janetzek <hannes.janetzek@gmail.com>
Mon, 29 Aug 2011 14:02:20 +0000 (14:02 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Mon, 29 Aug 2011 14:02:20 +0000 (14:02 +0000)
SVN revision: 62947

src/bin/e_icon.c

index ae591d6..fd6220d 100644 (file)
@@ -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)