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.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 5793aff8b9..ce0b3d9130 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -184,16 +184,6 @@ vo_functions_t* video_out_drivers[] =
NULL
};
-#ifdef HAVE_DXR2
-extern void vo_dxr2_register_options(void*);
-#endif
-
-void libvo_register_options(void* cfg) {
-#ifdef HAVE_DXR2
- vo_dxr2_register_options(cfg);
-#endif
-}
-
void list_video_out(){
int i=0;
mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AvailableVideoOutputDrivers);