summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-20 18:17:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-20 18:17:58 +0000
commit8b51dfe0e2d729e639a4f7606082e2c148bae252 (patch)
tree459311530ccc88c0dfb2ff34ac0065a04e66bcd4 /libvo/video_out.c
parentc524f310b0f1915a62edaaf7398fa86e683eb415 (diff)
downloadmpv-8b51dfe0e2d729e639a4f7606082e2c148bae252.tar.bz2
mpv-8b51dfe0e2d729e639a4f7606082e2c148bae252.tar.xz
Remove vo_syncfb, which was unused for 5 years.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23834 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 588a132678..4b85b99a46 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -84,7 +84,6 @@ extern vo_functions_t video_out_null;
extern vo_functions_t video_out_zr;
extern vo_functions_t video_out_zr2;
extern vo_functions_t video_out_bl;
-extern vo_functions_t video_out_syncfb;
extern vo_functions_t video_out_fbdev;
extern vo_functions_t video_out_fbdev2;
extern vo_functions_t video_out_svga;
@@ -163,9 +162,6 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_MGA
&video_out_mga,
#endif
-#ifdef HAVE_SYNCFB
- &video_out_syncfb,
-#endif
#ifdef HAVE_TDFXFB
&video_out_tdfxfb,
#endif