# HG changeset patch # User diego # Date 1266486112 0 # Node ID 66e27086f3260121bda204cb3f57f8e5cdbb96e8 # Parent 60ad8ca441dca6c6367440ca7987482742f9adb5 Remove forward declarations for non-existing functions readPPOpt, revertPPOpt. diff -r 60ad8ca441dc -r 66e27086f326 cfg-mencoder.h --- a/cfg-mencoder.h Thu Feb 18 09:29:05 2010 +0000 +++ b/cfg-mencoder.h Thu Feb 18 09:41:52 2010 +0000 @@ -26,8 +26,6 @@ #include "cfg-common.h" extern int sws_flags; -int readPPOpt(void *, char *arg); -void revertPPOpt(void *conf, char* opt); extern char *pp_help; extern m_option_t lameopts_conf[]; diff -r 60ad8ca441dc -r 66e27086f326 cfg-mplayer.h --- a/cfg-mplayer.h Thu Feb 18 09:29:05 2010 +0000 +++ b/cfg-mplayer.h Thu Feb 18 09:41:52 2010 +0000 @@ -72,8 +72,6 @@ extern float monitor_pixel_aspect; extern int sws_flags; -int readPPOpt(void *conf, char *arg); -void revertPPOpt(void *conf, char* opt); extern char* pp_help; const m_option_t vd_conf[]={