Remove video_out_png extern in vo_vesa (remains of ill-advised

vo-based screenshot function).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25242 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-12-02 13:47:18 +00:00
parent 1f27b0acea
commit f3514ce516
1 changed files with 0 additions and 4 deletions

View File

@ -52,10 +52,6 @@
#include "libmpcodecs/vf_scale.h" #include "libmpcodecs/vf_scale.h"
#ifdef HAVE_PNG
extern vo_functions_t video_out_png;
#endif
extern char *monitor_hfreq_str; extern char *monitor_hfreq_str;
extern char *monitor_vfreq_str; extern char *monitor_vfreq_str;
extern char *monitor_dotclock_str; extern char *monitor_dotclock_str;