tests evas: remove commented out function which have not been used since 2014

It was already unused when it was disabled almost two years ago.
dbe02d593e
Its about time to remove it.
This commit is contained in:
Stefan Schmidt 2016-03-09 11:52:18 +01:00
parent d4307e3494
commit 312dd58889
1 changed files with 0 additions and 12 deletions

View File

@ -49,18 +49,6 @@ static const char *exts[] = {
#endif
};
#if 0
static const char *
_test_image_get(const char *name)
{
static char filename[PATH_MAX];
snprintf(filename, PATH_MAX, TESTS_IMG_DIR"/%s", name);
return filename;
}
#endif
START_TEST(evas_object_image_loader)
{
Evas *e = _setup_evas();