ok is only needed if we build eet font loader.

SVN revision: 29786
This commit is contained in:
Sebastian Dransfeld 2007-05-01 13:05:24 +00:00
parent 7b392c8ce3
commit ec5744a4ee
1 changed files with 1 additions and 1 deletions

View File

@ -242,9 +242,9 @@ evas_font_load(Evas *evas, const char *name, const char *source, int size)
}
else /* Base font loaded, append others */
{
#ifdef BUILD_FONT_LOADER_EET
void *ok = NULL;
#ifdef BUILD_FONT_LOADER_EET
if (source)
{
Eet_File *ef;