Elm hoversel: remove stupid printfs.

I'm glad to see someone is excited about hovers being created and deleted.
I'm not.

SVN revision: 71002
This commit is contained in:
Tom Hacohen 2012-05-14 14:20:18 +00:00
parent 1800ff86c7
commit 96a8fd040c
1 changed files with 0 additions and 3 deletions

View File

@ -151,8 +151,6 @@ _activate(Evas_Object *obj)
if (elm_widget_disabled_get(obj)) return;
printf("creating hover!!\n");
sd->hover = elm_hover_add(sd->hover_parent);
elm_widget_mirrored_automatic_set(sd->hover, EINA_FALSE);
@ -395,7 +393,6 @@ elm_hoversel_hover_end(Evas_Object *obj)
sd->expanded = EINA_FALSE;
printf("deleting hover!!\n");
evas_object_del(sd->hover);
sd->hover = NULL;