summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
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