From 784f509910bb078825d820fd1ec647dbccb26b9f Mon Sep 17 00:00:00 2001 From: Brett Nash Date: Thu, 9 Sep 2010 06:05:28 +0000 Subject: [PATCH] elm: debug --; SVN revision: 52026 --- legacy/elementary/src/lib/els_icon.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/elementary/src/lib/els_icon.c b/legacy/elementary/src/lib/els_icon.c index 1411b88ba2..549f024948 100644 --- a/legacy/elementary/src/lib/els_icon.c +++ b/legacy/elementary/src/lib/els_icon.c @@ -290,8 +290,6 @@ _els_smart_icon_edit_set(Evas_Object *obj, Eina_Bool edit, Evas_Object *parent) return; } - printf("FIXME: Implement editing in els_icon\n"); - printf("%s +%d\n",__FILE__,__LINE__); /* Unfortunately eina bool is not a bool, but a char */ edit = !!edit; if (edit == sd->edit) return;