diff --git a/legacy/elementary/src/lib/elm_notify.c b/legacy/elementary/src/lib/elm_notify.c index 2d33d148c5..7e43132843 100644 --- a/legacy/elementary/src/lib/elm_notify.c +++ b/legacy/elementary/src/lib/elm_notify.c @@ -1,7 +1,6 @@ #include #include "elm_priv.h" - /** * @defgroup Notify Notify * @@ -123,7 +122,6 @@ _notify_orientation_with_rtl(Evas_Object *obj, Elm_Notify_Orient orient) return orient; } - static void _notify_theme_apply(Evas_Object *obj) { @@ -729,4 +727,3 @@ elm_notify_repeat_events_get(const Evas_Object *obj) if (!wd) return EINA_FALSE; return wd->repeat_events; } -