src/hbservers/hbthemeserver/hbicondatacache_p.cpp
changeset 7 923ff622b8b9
parent 5 627c4a0fd0e7
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbservers/hbthemeserver/hbicondatacache_p.cpp	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbservers/hbthemeserver/hbicondatacache_p.cpp	Tue Jul 06 14:36:53 2010 +0300
@@ -955,17 +955,16 @@
     }
 }
 
+int HbIconDataCache::gpuLRUSize() const
+{
+    return gpuLruListSize;
+}
 #ifdef HB_ICON_CACHE_DEBUG
 int HbIconDataCache::count() const
 {
     return cache->count();
 }
 
-int HbIconDataCache::gpuLRUSize() const
-{
-    return gpuLruListSize;
-}
-
 int HbIconDataCache::freeVectorMemory()
 {
     return (maxCpuCacheLimit - currentCpuCacheSize);