# HG changeset patch # User diego # Date 1193734529 0 # Node ID 94ec445120da11cb2893850c4da5df8efc28d5ff # Parent a974b051e8cc571086ea9ebe4b4154e35bf21341 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 diff -r a974b051e8cc -r 94ec445120da libvo/vo_tdfx_vid.c --- 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) {