From 34999d640385c66afa8f211443e228965ab45f81 Mon Sep 17 00:00:00 2001 From: tasn Date: Wed, 9 Feb 2011 14:41:12 +0000 Subject: [PATCH] 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 --- src/lib/elm_widget.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.7.4