diff options
Diffstat (limited to 'src/demuxers/demux_asf.c')
-rw-r--r-- | src/demuxers/demux_asf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c index 20c1f58e5..380b226e2 100644 --- a/src/demuxers/demux_asf.c +++ b/src/demuxers/demux_asf.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_asf.c,v 1.13 2001/11/17 19:39:17 miguelfreitas Exp $ + * $Id: demux_asf.c,v 1.14 2001/11/18 03:53:23 guenter Exp $ * * demultiplexer for asf streams * @@ -72,8 +72,6 @@ typedef struct { uint8_t *buffer; } asf_stream_t; -static uint32_t xine_debug; - typedef struct demux_asf_s { demux_plugin_t demux_plugin; @@ -1217,7 +1215,6 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { this = xine_xmalloc (sizeof (demux_asf_t)); config = xine->config; - xine_debug = config->lookup_int (config, "xine_debug", 0); this->demux_plugin.interface_version = DEMUXER_PLUGIN_IFACE_VERSION; this->demux_plugin.open = demux_asf_open; |