Revert "evas: Compile out unused functions"

Summary:
This reverts commit 7d36ef88bc.
Depends on D11338

Reviewers: raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11339
This commit is contained in:
Mike Blumenkrantz 2020-02-14 08:33:38 -05:00
parent dc14257c96
commit c37e545a03
1 changed files with 0 additions and 2 deletions

View File

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