# HG changeset patch # User voroshil # Date 1189386548 0 # Node ID 2e3734373651b1f0a81e3efe4c0b9c0165a2013d # Parent 934bf109c48b1df403a29fb7eec66a753ffd78a0 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 diff -r 934bf109c48b -r 2e3734373651 cfg-common.h --- a/cfg-common.h Mon Sep 10 01:08:23 2007 +0000 +++ b/cfg-common.h Mon Sep 10 01:09:08 2007 +0000 @@ -394,8 +394,6 @@ #include "stream/tv.h" #include "stream/stream_radio.h" -extern char* edl_filename; -extern char* edl_output_filename; #ifdef USE_RADIO