diff libvo/mga_common.c @ 30612:ed1000201cd0

Remove pointless '#if 1' preprocessor directives.
author diego
date Fri, 19 Feb 2010 10:22:29 +0000
parents 0f1b5b68af32
children 402ad9e8caed
line wrap: on
line diff
--- a/libvo/mga_common.c	Fri Feb 19 10:18:55 2010 +0000
+++ b/libvo/mga_common.c	Fri Feb 19 10:22:29 2010 +0000
@@ -142,11 +142,9 @@
 
 //    printf("-- flip to %d --\n",mga_next_frame);
 
-#if 1
 	ioctl(f,MGA_VID_FSEL,&mga_next_frame);
 	mga_next_frame=(mga_next_frame+1)%mga_vid_config.num_frames;
 	vid_data=frames[mga_next_frame];
-#endif
 
 }