Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : flame

Dir     : e_modules/flame


Modified Files:
        e_mod_main.c 


Log Message:
Remove some frivolous printfs.

===================================================================
RCS file: /cvs/e/e_modules/flame/e_mod_main.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_mod_main.c        20 Feb 2006 18:22:36 -0000      1.16
+++ e_mod_main.c        1 Apr 2006 11:28:30 -0000       1.17
@@ -269,7 +269,6 @@
    o = evas_object_image_add(ff->evas);
    evas_output_viewport_get(ff->evas, NULL, NULL, &ww, &hh);
    ff->ww = ww;
-   printf("Size : %d %d\n", ww, hh);
    evas_object_move(o, 0, hh - ff->flame->conf->height + 3);
    evas_object_resize(o, ff->ww, ff->flame->conf->height);
    evas_object_image_fill_set(o, 0, 0, ff->ww, ff->flame->conf->height);
@@ -296,7 +295,6 @@
    evas_object_image_size_set(ff->flame_object,
                               1 << ff->ims, ff->flame->conf->height);
    evas_object_image_fill_set(o, 0, 0, 1 << ff->ims, ff->flame->conf->height);
-   printf("Size : %d %d\n", 1 << ff->ims, ff->flame->conf->height);
    ff->im = (unsigned int *)evas_object_image_data_get(ff->flame_object, 1);
 
    /* initialization of the palette */




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to