summaryrefslogtreecommitdiff
path: root/src/input/input_dvb.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-16 19:45:26 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-16 19:45:26 +0100
commiteef1dd9c03642f1abeee307a6786566ce3ef7e06 (patch)
tree29b9768528c49d20ae5f1ebb3e3261f733b087b5 /src/input/input_dvb.c
parente5ad26d14f37f097be7284dbf972ddae35dfec36 (diff)
downloadxine-lib-eef1dd9c03642f1abeee307a6786566ce3ef7e06.tar.gz
xine-lib-eef1dd9c03642f1abeee307a6786566ce3ef7e06.tar.bz2
Remove deprecated unused functions.
Diffstat (limited to 'src/input/input_dvb.c')
-rw-r--r--src/input/input_dvb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c
index b3a9d8e46..07aefc362 100644
--- a/src/input/input_dvb.c
+++ b/src/input/input_dvb.c
@@ -2496,9 +2496,6 @@ static off_t dvb_plugin_read (input_plugin_t *this_gen,
"input_dvb: reading %" PRIdMAX " bytes...\n", (intmax_t)len);
#endif
-#ifndef DVB_NO_BUFFERING
- nbc_check_buffers (this->nbc);
-#endif
/* protect against channel changes */
have_mutex = pthread_mutex_lock(&this->channel_change_mutex);
total=0;