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,