changeset 24371:38f2f19046ff

Fix warnings: cfg-common.h:340: warning: redundant redeclaration of 'quiet' mplayer.c:85: warning: previous definition of 'quiet' was here cfg-common.h:341: warning: redundant redeclaration of 'verbose' mp_msg.h:6: warning: previous declaration of 'verbose' was here
author voroshil
date Mon, 10 Sep 2007 01:09:49 +0000
parents 2e3734373651
children 78d7e08a9bff
files cfg-common.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Mon Sep 10 01:09:08 2007 +0000
+++ b/cfg-common.h	Mon Sep 10 01:09:49 2007 +0000
@@ -337,8 +337,6 @@
 
 #include "config.h"
 
-extern int quiet;
-extern int verbose;
 extern char *mp_msg_charset;
 
 // codec/filter opts: (defined at libmpcodecs/vd.c)