summaryrefslogtreecommitdiff
path: root/src/input/net_buf_ctrl.h
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/net_buf_ctrl.h
parente5ad26d14f37f097be7284dbf972ddae35dfec36 (diff)
downloadxine-lib-eef1dd9c03642f1abeee307a6786566ce3ef7e06.tar.gz
xine-lib-eef1dd9c03642f1abeee307a6786566ce3ef7e06.tar.bz2
Remove deprecated unused functions.
Diffstat (limited to 'src/input/net_buf_ctrl.h')
-rw-r--r--src/input/net_buf_ctrl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/input/net_buf_ctrl.h b/src/input/net_buf_ctrl.h
index c35187179..87d6d84a1 100644
--- a/src/input/net_buf_ctrl.h
+++ b/src/input/net_buf_ctrl.h
@@ -29,12 +29,6 @@ typedef struct nbc_s nbc_t;
nbc_t *nbc_init (xine_stream_t *xine);
-void nbc_check_buffers (nbc_t *this);
-
void nbc_close (nbc_t *this);
-void nbc_set_high_water_mark(nbc_t *this, int value);
-
-void nbc_set_low_water_mark(nbc_t *this, int value);
-
#endif