evas: remove warning when fontconfig is disabled.

SVN revision: 65434
This commit is contained in:
Cedric BAIL 2011-11-20 13:55:17 +00:00
parent a1ae7ad174
commit 7156816e8a
1 changed files with 2 additions and 1 deletions

View File

@ -691,7 +691,6 @@ evas_font_load(Evas *evas, Evas_Font_Description *fdesc, const char *source, Eva
fonts = eina_list_free(fonts);
#ifdef HAVE_FONTCONFIG
if (!font) /* Search using fontconfig */
{
FcResult res;
@ -749,7 +748,9 @@ evas_font_load(Evas *evas, Evas_Font_Description *fdesc, const char *source, Eva
}
#endif
#ifdef HAVE_FONTCONFIG
on_find:
#endif
fd = calloc(1, sizeof(Fndat));
if (fd)
{