eet: remove warning of unused code.

NOTE: keeping the code around as it may be usefull.


SVN revision: 57236
This commit is contained in:
Cedric BAIL 2011-02-22 12:23:12 +00:00
parent 96a18f29c9
commit 2316172755
1 changed files with 2 additions and 0 deletions

View File

@ -2158,6 +2158,7 @@ _eet_free_add(Eet_Free *ef,
eina_array_push(&ef->list[hash], data);
} /* _eet_free_add */
#if 0
static void
_eet_free_del(Eet_Free *ef,
void *data)
@ -2176,6 +2177,7 @@ _eet_free_del(Eet_Free *ef,
return;
}
}
#endif
static void
_eet_free_reset(Eet_Free *ef)