changeset 24862:94ec445120da

Disable clear_screen function, the call to the function is commented out due to buggyness. Fixes the warning: vo_tdfx_vid.c:78: warning: 'clear_screen' defined but not used
author diego
date Tue, 30 Oct 2007 08:55:29 +0000
parents a974b051e8cc
children 8ac6f14f882d
files libvo/vo_tdfx_vid.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_tdfx_vid.c	Tue Oct 30 08:44:15 2007 +0000
+++ b/libvo/vo_tdfx_vid.c	Tue Oct 30 08:55:29 2007 +0000
@@ -75,6 +75,7 @@
 static tdfx_vid_overlay_t tdfx_ov;
 
 // FIXME
+#if 0
 static void clear_screen(void) {
   tdfx_vid_agp_move_t mov;
 
@@ -94,6 +95,7 @@
     mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_TDFXVID_AGPMoveFailedToClearTheScreen);
   
 }
+#endif
 
 static int draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y)
 {