Enlightenment CVS committal

Author  : monkeyiq
Project : misc
Module  : feh

Dir     : misc/feh/src


Modified Files:
        sixdof.c 


Log Message:
urusai

===================================================================
RCS file: /cvs/e/misc/feh/src/sixdof.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- sixdof.c    23 Apr 2008 03:44:48 -0000      1.3
+++ sixdof.c    23 Apr 2008 03:45:31 -0000      1.4
@@ -29,7 +29,6 @@
     winwidget w = winwidget_get_first_window_of_type( WIN_TYPE_SLIDESHOW );
     if( w )
     {
-        printf("slideshow_zoom_in() v:%f\n",v);
         w->zoom = w->zoom * (1 + ( v * 0.25 ) );
         w->im_x = (w->w - (w->zoom*w->im_w)) / 2;
         w->im_y = (w->h - (w->zoom*w->im_h)) / 2;
@@ -42,7 +41,6 @@
     winwidget w = winwidget_get_first_window_of_type( WIN_TYPE_SLIDESHOW );
     if( w )
     {
-        printf("slideshow_zoom_out() v:%f\n",v);
         w->zoom = w->zoom * (1 + ( v * 0.25 ) );
         w->im_x = (w->w - (w->zoom*w->im_w)) / 2;
         w->im_y = (w->h - (w->zoom*w->im_h)) / 2;



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to