Elementary test_notify.c: Removed redundant line.

SVN revision: 57456
This commit is contained in:
Daniel Juyung Seo 2011-03-01 13:48:42 +00:00
parent 08d0303431
commit 929e09c02f
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ test_notify(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
notify = elm_notify_add(win);
evas_object_size_hint_weight_set(notify, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
elm_notify_orient_set(notify, ELM_NOTIFY_ORIENT_CENTER);
elm_notify_timeout_set(notify, 10);
elm_notify_timeout_set(notify, 10.0);
evas_object_smart_callback_add(notify, "timeout", _notify_timeout, NULL);