From 4c71c84391e9a607394b7f7a23877ba15dffbf67 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 18 Nov 2001 03:53:23 +0000 Subject: new configfile interface, code cleanup, xprintf is gone CVS patchset: 1064 CVS date: 2001/11/18 03:53:23 --- src/input/input_net.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/input/input_net.c') diff --git a/src/input/input_net.c b/src/input/input_net.c index 67d5d3fb9..fcf0914d9 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -46,8 +46,6 @@ #endif -static uint32_t xine_debug; - #define NET_BS_LEN 2324 typedef struct { @@ -167,11 +165,8 @@ static int net_plugin_open (input_plugin_t *this_gen, char *mrl) { if(strncmp(filename, "//", 2)==0) filename+=2; - xprintf (VERBOSE|INPUT, "Opening >%s<\n", filename); - pptr=strrchr(filename, ':'); - if(pptr) - { + if(pptr) { *pptr++=0; sscanf(pptr,"%d", &port); } @@ -312,7 +307,6 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { this = (net_input_plugin_t *) xine_xmalloc(sizeof(net_input_plugin_t)); config = xine->config; - xine_debug = config->lookup_int (config, "xine_debug", 0); this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = net_plugin_get_capabilities; -- cgit v1.2.3