notify: removed unnecessary lines

This commit is contained in:
Jaeun Choi 2014-07-18 19:36:39 +09:00
parent 6ce0f6b4b2
commit e8d9356cb9
1 changed files with 0 additions and 2 deletions

View File

@ -431,8 +431,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));
priv->horizontal_align = 0.5;
priv->vertical_align = 0.0;
evas_object_event_callback_add
(obj, EVAS_CALLBACK_RESTACK, _restack_cb, obj);