summaryrefslogtreecommitdiff
path: root/src/input/input_pnm.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-15 00:14:40 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-15 00:14:40 +0100
commit53926f54e4dcf163afd397ed937c8b542535ee0b (patch)
tree47e17954c287e90109efbbd64d3c332ffaada094 /src/input/input_pnm.c
parent1dde20995e9c585955bf22c8e7240514bb989ac5 (diff)
downloadxine-lib-53926f54e4dcf163afd397ed937c8b542535ee0b.tar.gz
xine-lib-53926f54e4dcf163afd397ed937c8b542535ee0b.tar.bz2
Remove nbc_check_buffers calls; mark it & the low-water mark fns as deprecated.
Diffstat (limited to 'src/input/input_pnm.c')
-rw-r--r--src/input/input_pnm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/input_pnm.c b/src/input/input_pnm.c
index 680c5b1e8..f4bfa1395 100644
--- a/src/input/input_pnm.c
+++ b/src/input/input_pnm.c
@@ -82,8 +82,6 @@ static off_t pnm_plugin_read (input_plugin_t *this_gen,
lprintf ("pnm_plugin_read: %"PRId64" bytes ...\n", len);
- nbc_check_buffers (this->nbc);
-
n = pnm_read (this->pnm, buf, len);
this->curpos += n;