didn't intend puhing this patch.

Revert "elm_notify: added the notify's edje of popup smart member"

This reverts commit cecbeb18ac29755f5163dc7860942c045f6ba3e4.
This commit is contained in:
ChunEon Park 2014-11-24 16:58:49 +09:00
parent 667111c1e5
commit b91715ec3f
1 changed files with 0 additions and 1 deletions

View File

@ -449,7 +449,6 @@ _elm_notify_evas_object_smart_add(Eo *obj, Elm_Notify_Data *priv)
priv->allow_events = EINA_TRUE;
priv->notify = edje_object_add(evas_object_evas_get(obj));
evas_object_smart_member_add(priv->notify, obj);
evas_object_event_callback_add
(obj, EVAS_CALLBACK_RESTACK, _restack_cb, obj);