# HG changeset patch # User diego # Date 1188382727 0 # Node ID bfad89d872e11108859d3341526834ec302a1e5f # Parent ae8a5c3a32111e047e29363fc62ebdecd803b1b9 Purge looooong obsolete remnants of vo_fsdga. diff -r ae8a5c3a3211 -r bfad89d872e1 libvo/video_out.c --- a/libvo/video_out.c Wed Aug 29 10:14:35 2007 +0000 +++ b/libvo/video_out.c Wed Aug 29 10:18:47 2007 +0000 @@ -75,7 +75,6 @@ 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 @@ #endif #ifdef HAVE_DGA &video_out_dga, -// &video_out_fsdga, #endif #ifdef HAVE_SDL &video_out_sdl,