summaryrefslogtreecommitdiff
path: root/src/input/input_rtp.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-11-18 03:53:23 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-11-18 03:53:23 +0000
commit4c71c84391e9a607394b7f7a23877ba15dffbf67 (patch)
tree53bf6a2b06b97cde43a11cafda54942a3a9bea45 /src/input/input_rtp.c
parent4b36ff207a52ea90bfd9b8c34c97f14963f0960d (diff)
downloadxine-lib-4c71c84391e9a607394b7f7a23877ba15dffbf67.tar.gz
xine-lib-4c71c84391e9a607394b7f7a23877ba15dffbf67.tar.bz2
new configfile interface, code cleanup, xprintf is gone
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
Diffstat (limited to 'src/input/input_rtp.c')
-rw-r--r--src/input/input_rtp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c
index 1550efd23..95ddc4363 100644
--- a/src/input/input_rtp.c
+++ b/src/input/input_rtp.c
@@ -86,8 +86,6 @@
#define RTP_BLOCKSIZE 2048
-static uint32_t xine_debug;
-
typedef struct _input_buffer {
struct _input_buffer *next;
unsigned char *buf;
@@ -473,7 +471,6 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) {
this = (rtp_input_plugin_t *) xine_xmalloc(sizeof(rtp_input_plugin_t));
config = xine->config;
- xine_debug = config->lookup_int (config, "xine_debug", 0);
for (bufn = 0; bufn < N_BUFFERS; bufn++) {
input_buffer_t *buf = xine_xmalloc(sizeof(input_buffer_t));