remove deprecated code related with

elm_web_history_enable_set/get
function.


SVN revision: 69232
This commit is contained in:
Jiyoun Park 2012-03-12 08:47:54 +00:00
parent ee4618b6b4
commit dd7cef4a4f
1 changed files with 0 additions and 12 deletions

View 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)
{