Mercurial > mplayer.hg
changeset 24270:bfad89d872e1
Purge looooong obsolete remnants of vo_fsdga.
author | diego |
---|---|
date | Wed, 29 Aug 2007 10:18:47 +0000 |
parents | ae8a5c3a3211 |
children | c0474098f1a5 |
files | libvo/video_out.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,