evas: Compile out unused functions

These timestamp functions are not currently being called, perhaps they
were intended for something later?, but for now just #if 0 them out as
they are not used

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-10-11 09:17:35 -04:00
parent d3b74d4639
commit 7d36ef88bc
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,7 @@ _evas_cache_image_entry_delete(Evas_Cache_Image *cache, Image_Entry *ie)
cache->func.dealloc(ie);
}
#if 0
static Eina_Bool
_timestamp_compare(Image_Timestamp *tstamp, struct stat *st)
{
@ -228,6 +229,7 @@ _timestamp_build(Image_Timestamp *tstamp, struct stat *st)
#endif
#endif
}
#endif
static Image_Entry *
_evas_cache_image_entry_new(Evas_Cache_Image *cache,