From b856a808ecadc5b8e2ee3d97444cc33a0310ca9f Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 27 Apr 2011 00:53:52 +0000 Subject: [PATCH] Elementary notify: Fixed formatting. Removed unnecessary blank lines. SVN revision: 58942 --- legacy/elementary/src/lib/elm_notify.c | 3 --- 1 file changed, 3 deletions(-) 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; } -