Tests: fix annoying warning.

The function is not used so I commented it, in case it has to be used
later.
This commit is contained in:
Daniel Zaoui 2014-04-27 11:05:03 +03:00
parent 1c19d274d8
commit dbe02d593e
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "Evas.h"
#include "evas_tests_helpers.h"
#if 0
static const char *
_test_image_get(const char *name)
{
@ -18,6 +19,7 @@ _test_image_get(const char *name)
return filename;
}
#endif
START_TEST(evas_object_image_loader)
{