evas: now that we use eina_lock, we don't need this #ifdef.

SVN revision: 66466
This commit is contained in:
Cedric BAIL 2011-12-22 16:54:44 +00:00
parent 9aedbc1bfb
commit e94feaf21b
1 changed files with 0 additions and 2 deletions

View File

@ -48,9 +48,7 @@ struct _Scaleitem
#ifdef SCALECACHE
static unsigned long long use_counter = 0;
#ifdef BUILD_PTHREAD
static LK(cache_lock);
#endif
static Eina_Inlist *cache_list = NULL;
static unsigned int cache_size = 0;
static int init = 0;