diff options
author | Jaeun Choi <jaeun12.choi@samsung.com> | 2014-07-18 19:36:39 +0900 |
---|---|---|
committer | Jaeun Choi <jaeun12.choi@samsung.com> | 2014-07-18 19:36:39 +0900 |
commit | 40919d6d94294bc24c0d01088aeb17b10f8560cd (patch) | |
tree | 346eb880b1739a782720d450e405b03e9b79ec87 /src/lib | |
parent | 19c9ae51432093d7d610e3bdae3a0b85737c9e46 (diff) |
notify: removed unnecessary lines
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elm_notify.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c index de17d8210..6f1ec92a3 100644 --- a/src/lib/elm_notify.c +++ b/src/lib/elm_notify.c | |||
@@ -431,8 +431,6 @@ _elm_notify_evas_object_smart_add(Eo *obj, Elm_Notify_Data *priv) | |||
431 | priv->allow_events = EINA_TRUE; | 431 | priv->allow_events = EINA_TRUE; |
432 | 432 | ||
433 | priv->notify = edje_object_add(evas_object_evas_get(obj)); | 433 | priv->notify = edje_object_add(evas_object_evas_get(obj)); |
434 | priv->horizontal_align = 0.5; | ||
435 | priv->vertical_align = 0.0; | ||
436 | 434 | ||
437 | evas_object_event_callback_add | 435 | evas_object_event_callback_add |
438 | (obj, EVAS_CALLBACK_RESTACK, _restack_cb, obj); | 436 | (obj, EVAS_CALLBACK_RESTACK, _restack_cb, obj); |