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);