From b1c738936fff6d93ac4ab7dcb228e715b673413f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 15 May 2012 12:03:55 +0000 Subject: [PATCH] Illume_Softkey: Remove silly left-over printfs...Spankies for whoever left these in. SVN revision: 71110 --- src/modules/illume-softkey/e_mod_sft_win.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/illume-softkey/e_mod_sft_win.c b/src/modules/illume-softkey/e_mod_sft_win.c index ab980ebf9..6920fcbcc 100644 --- a/src/modules/illume-softkey/e_mod_sft_win.c +++ b/src/modules/illume-softkey/e_mod_sft_win.c @@ -25,7 +25,6 @@ e_mod_sft_win_new(E_Zone *zone) Ecore_X_Window_State states[2]; Evas_Coord mw = 0, mh = 0; - printf("@@@@@@@@@@@@@@@@@@@@22 e_mod_sft_win_new()\n"); /* create our new softkey window object */ swin = E_OBJECT_ALLOC(Sft_Win, SFT_WIN_TYPE, _e_mod_sft_win_cb_free); if (!swin) return NULL; @@ -88,7 +87,6 @@ e_mod_sft_win_new(E_Zone *zone) _e_mod_sft_win_create_extra_buttons(swin); edje_object_size_min_calc(swin->o_base, &mw, &mh); - printf("@@@@@@@@@@@------------: %ix%i\n", mw, mh); /* set minimum size of this window */ e_win_size_min_set(swin->win, zone->w, mh);