summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-30 08:55:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-30 08:55:29 +0000
commit8136f604092ffa7cc49143bfe79f67957dccae61 (patch)
treee36eedd957322a22a8804bf7470f21bc9f8f4818 /libvo
parent94e3b4a0f7f5c13b18b81abb8190dde6b436e5b3 (diff)
downloadmpv-8136f604092ffa7cc49143bfe79f67957dccae61.tar.bz2
mpv-8136f604092ffa7cc49143bfe79f67957dccae61.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_tdfx_vid.c2
1 files changed, 2 insertions, 0 deletions
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)
{