remove deprecated code related with
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 08:47:54 +0000 (08:47 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 08:47:54 +0000 (08:47 +0000)
elm_web_history_enable_set/get
function.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69232 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_web.c

index 1c84db9..d4e6826 100644 (file)
@@ -1602,12 +1602,6 @@ elm_web_navigate_possible_get(Evas_Object *obj, int steps)
 #endif
 }
 
-EINA_DEPRECATED EAPI Eina_Bool
-elm_web_history_enable_get(const Evas_Object *obj)
-{
-   return elm_web_history_enabled_get(obj);
-}
-
 EAPI Eina_Bool
 elm_web_history_enabled_get(const Evas_Object *obj)
 {
@@ -1621,12 +1615,6 @@ elm_web_history_enabled_get(const Evas_Object *obj)
 #endif
 }
 
-EINA_DEPRECATED EAPI void
-elm_web_history_enable_set(Evas_Object *obj, Eina_Bool enable)
-{
-   elm_web_history_enabled_set(obj, enable);
-}
-
 EAPI void
 elm_web_history_enabled_set(Evas_Object *obj, Eina_Bool enable)
 {