summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:09:08 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 01:09:08 +0000
commitbfbc21e73621bdf4651e17e3b8e6f7772f0616df (patch)
tree5cd881fbd5f26b803a9ead4ac501d206fb9f736e /cfg-common.h
parent69b36167846d1c2d4578ecd4333992d05da6e260 (diff)
downloadmpv-bfbc21e73621bdf4651e17e3b8e6f7772f0616df.tar.bz2
mpv-bfbc21e73621bdf4651e17e3b8e6f7772f0616df.tar.xz
fix warnings:
cfg-common.h:399: warning: redundant redeclaration of 'edl_filename' edl.h:23: warning: previous declaration of 'edl_filename' was here cfg-common.h:400: warning: redundant redeclaration of 'edl_output_filename' edl.h:24: warning: previous declaration of 'edl_output_filename' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24390 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 59fd69fbac..2eebdb1b22 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -394,8 +394,6 @@ extern off_t ps_probe;
#include "stream/tv.h"
#include "stream/stream_radio.h"
-extern char* edl_filename;
-extern char* edl_output_filename;
#ifdef USE_RADIO