It's not unused if you have webkit

SVN revision: 68750
This commit is contained in:
Iván Briano 2012-03-06 00:17:47 +00:00
parent 08d66e3029
commit 9c0de8b3f4
1 changed files with 4 additions and 2 deletions

View File

@ -137,7 +137,8 @@ static const Evas_Smart_Cb_Description _elm_web_callback_names[] = {
{ "zoom,animated,end", "" },
{ NULL, NULL }
};
/* unused - disable to reduce warnings
#ifdef HAVE_ELEMENTARY_WEB
static char *
_webkit_theme_find(const Eina_List *list)
{
@ -155,7 +156,8 @@ _webkit_theme_find(const Eina_List *list)
return NULL;
}
*/
#endif
static void
_theme_hook(Evas_Object *obj)
{