Elementary widget: Remove two functions from elm_widget.h. They are supposed to be...
authorTom Hacohen <tom@stosb.com>
Wed, 9 Feb 2011 14:41:12 +0000 (14:41 +0000)
committerTom Hacohen <tom@stosb.com>
Wed, 9 Feb 2011 14:41:12 +0000 (14:41 +0000)
SVN revision: 56841

src/lib/elm_widget.h

index ba381aef777b4e96bf6ae62fc4b1677640f8d688..bb25156a9edacdd708bfdda0c986663dc0ac00d9 100644 (file)
@@ -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);