Illume_Softkey: Remove silly left-over printfs...Spankies for whoever
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 15 May 2012 12:03:55 +0000 (12:03 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 15 May 2012 12:03:55 +0000 (12:03 +0000)
left these in.

SVN revision: 71110

src/modules/illume-softkey/e_mod_sft_win.c

index ab980eb..6920fcb 100644 (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);