summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:07:21 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:07:21 +0000
commite02230854cdc8dc2c766c2410abc0380e093439d (patch)
tree2aed62289a3f6076bf00ff013b9ad12f4446c321 /cfg-mplayer.h
parent435954540bdd381c16937dbe01183544139be766 (diff)
downloadmpv-e02230854cdc8dc2c766c2410abc0380e093439d.tar.bz2
mpv-e02230854cdc8dc2c766c2410abc0380e093439d.tar.xz
Fix warnings:
cfg-mplayer.h:9: warning: redundant redeclaration of 'noconsolecontrols' mplayer.c:191: warning: previous definition of 'noconsolecontrols' was here cfg-mplayer.h:22: warning: redundant redeclaration of 'volstep' mplayer.c:566: warning: previous definition of 'volstep' was here cfg-mplayer.h:37: warning: redundant redeclaration of 'osd_level' mplayer.c:235: warning: previous definition of 'osd_level' was here cfg-mplayer.h:82: warning: redundant redeclaration of 'use_filedir_conf' mplayer.c:370: warning: previous declaration of 'use_filedir_conf' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24388 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index e3c96886ca..40e5dc4ac1 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -6,7 +6,6 @@
extern int key_fifo_size;
extern unsigned doubleclick_time;
-extern int noconsolecontrols;
#ifdef HAVE_FBDEV
extern char *fb_mode_cfgfile;
@@ -19,8 +18,6 @@ extern char *dfb_params;
extern int fakemono; // defined in dec_audio.c
#endif
-extern int volstep;
-
#ifdef HAVE_LIRC
extern char *lirc_configfile;
#endif
@@ -34,8 +31,6 @@ extern int opt_screen_size_y;
extern int fullscreen;
extern int vidmode;
-extern int osd_level;
-
extern char *ao_outputfilename;
extern int ao_pcm_waveheader;
@@ -81,7 +76,6 @@ extern int sws_flags;
extern int readPPOpt(void *conf, char *arg);
extern void revertPPOpt(void *conf, char* opt);
extern char* pp_help;
-extern int use_filedir_conf;
m_option_t vd_conf[]={
{"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},