1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 21:31:52 +00:00

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
This commit is contained in:
voroshil 2007-09-10 01:09:49 +00:00
parent bfbc21e736
commit 30699fd214

View File

@ -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)