Illume_Softkey: Remove silly left-over printfs...Spankies for whoever

left these in.



SVN revision: 71110
This commit is contained in:
Christopher Michael 2012-05-15 12:03:55 +00:00
parent 049da85347
commit b1c738936f
1 changed files with 0 additions and 2 deletions

View File

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