evas/cserve2: There's no need to disable this anymore.
authorantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 6 Jul 2012 16:58:56 +0000 (16:58 +0000)
committerantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 6 Jul 2012 16:58:56 +0000 (16:58 +0000)
We don't use this cache with cserve2, so it makes no sense to keep async
preload disabled. When not using the cserve2, even if built with that
option, it will support preload with no side effects.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@73422 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/cache/evas_cache_image.c

index 44a9354..8d96964 100644 (file)
 
 //#define CACHEDUMP 1
 
-#ifdef EVAS_CSERVE2
-// FIXME: cache server and threaded preload clash badly atm - disable
-#undef BUILD_ASYNC_PRELOAD
-#endif
-
 #ifdef BUILD_ASYNC_PRELOAD
 typedef struct _Evas_Cache_Preload Evas_Cache_Preload;