summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:09:49 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:09:49 +0000
commit30699fd2141881dd9bbf96485653911e7489400f (patch)
tree3e12b73525eafe376d09c1321b44de8f43ab5893 /cfg-common.h
parentbfbc21e73621bdf4651e17e3b8e6f7772f0616df (diff)
downloadmpv-30699fd2141881dd9bbf96485653911e7489400f.tar.bz2
mpv-30699fd2141881dd9bbf96485653911e7489400f.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24391 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 2eebdb1b22..3f88d1dc04 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -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)