summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-29 10:18:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-29 10:18:47 +0000
commitbe2c2bdccb35b9948c21a7768ecd5055e331add8 (patch)
tree4951a965a30fdc1e892f77c90af79a857ca63379 /libvo
parentb438e1c38520efc442d932f984d32baa38a28d48 (diff)
downloadmpv-be2c2bdccb35b9948c21a7768ecd5055e331add8.tar.bz2
mpv-be2c2bdccb35b9948c21a7768ecd5055e331add8.tar.xz
Purge looooong obsolete remnants of vo_fsdga.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24290 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 5312c75e48..53aeb3eca1 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -75,7 +75,6 @@ extern vo_functions_t video_out_xv;
extern vo_functions_t video_out_gl;
extern vo_functions_t video_out_gl2;
extern vo_functions_t video_out_dga;
-extern vo_functions_t video_out_fsdga;
extern vo_functions_t video_out_sdl;
extern vo_functions_t video_out_3dfx;
extern vo_functions_t video_out_tdfxfb;
@@ -193,7 +192,6 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_DGA
&video_out_dga,
-// &video_out_fsdga,
#endif
#ifdef HAVE_SDL
&video_out_sdl,