From 8136f604092ffa7cc49143bfe79f67957dccae61 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 30 Oct 2007 08:55:29 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24890 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_tdfx_vid.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo') diff --git a/libvo/vo_tdfx_vid.c b/libvo/vo_tdfx_vid.c index 327dae2fbb..f9bbfddaed 100644 --- a/libvo/vo_tdfx_vid.c +++ b/libvo/vo_tdfx_vid.c @@ -75,6 +75,7 @@ static int use_overlay = 1; 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 @@ static void clear_screen(void) { 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) { -- cgit v1.2.3