From: tasn Date: Wed, 9 Feb 2011 14:41:12 +0000 (+0000) Subject: Elementary widget: Remove two functions from elm_widget.h. They are supposed to be... X-Git-Tag: REL_F_I9500_20120323_1~17^2~3188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34999d640385c66afa8f211443e228965ab45f81;p=framework%2Fuifw%2Felementary.git Elementary widget: Remove two functions from elm_widget.h. They are supposed to be only in Elementary.h no idea how it got to elm_widget.h git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@56841 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h index ba381ae..bb25156 100644 --- a/src/lib/elm_widget.h +++ b/src/lib/elm_widget.h @@ -279,8 +279,6 @@ EAPI void elm_widget_scale_set(Evas_Object *obj, double scale); EAPI double elm_widget_scale_get(const Evas_Object *obj); EAPI void elm_widget_theme_set(Evas_Object *obj, Elm_Theme *th); EAPI Elm_Theme *elm_widget_theme_get(const Evas_Object *obj); -EAPI Eina_Bool elm_widget_mirrored_get(const Evas_Object *obj); -EAPI void elm_widget_mirrored_set(Evas_Object *obj, Eina_Bool mirrored); EAPI void elm_widget_style_set(Evas_Object *obj, const char *style); EAPI const char *elm_widget_style_get(const Evas_Object *obj); EAPI void elm_widget_type_set(Evas_Object *obj, const char *type);