It's not unused if you have webkit
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 00:17:47 +0000 (00:17 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 00:17:47 +0000 (00:17 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68750 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_web.c

index 7146889..323395d 100644 (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)
 {