# HG changeset patch # User reimar # Date 1196603238 0 # Node ID f224379e8cb3914b068771e596552bed4f7d35c2 # Parent 4a2b738ec787a6d5442dcc0c28dfff0229abf677 Remove video_out_png extern in vo_vesa (remains of ill-advised vo-based screenshot function). diff -r 4a2b738ec787 -r f224379e8cb3 libvo/vo_vesa.c --- a/libvo/vo_vesa.c Sun Dec 02 13:38:51 2007 +0000 +++ b/libvo/vo_vesa.c Sun Dec 02 13:47:18 2007 +0000 @@ -52,10 +52,6 @@ #include "libmpcodecs/vf_scale.h" -#ifdef HAVE_PNG -extern vo_functions_t video_out_png; -#endif - extern char *monitor_hfreq_str; extern char *monitor_vfreq_str; extern char *monitor_dotclock_str;