summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-08-02 12:34:05 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-08-02 12:34:05 +0000
commit9d4bd66d0f07ee930e6566a4053933de23fb6515 (patch)
tree34bf59f1171184e9a4b1bee8845d8ca57a8681ca /misc
parent31f4b6b35a8f861e5e6260f7b81bd9b45165bf4a (diff)
downloadxine-lib-9d4bd66d0f07ee930e6566a4053933de23fb6515.tar.gz
xine-lib-9d4bd66d0f07ee930e6566a4053933de23fb6515.tar.bz2
disable unused function
CVS patchset: 6870 CVS date: 2004/08/02 12:34:05
Diffstat (limited to 'misc')
-rw-r--r--misc/cdda_server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/cdda_server.c b/misc/cdda_server.c
index d927113c0..fe3bd1d6a 100644
--- a/misc/cdda_server.c
+++ b/misc/cdda_server.c
@@ -187,6 +187,7 @@ static int sock_check_opened(int socket) {
return 0;
}
+#if 0
/*
* read binary data from socket
*/
@@ -235,6 +236,7 @@ static int sock_data_read (int socket, char *buf, int nlen) {
return num_bytes;
}
+#endif
/*
* read a line (\n-terminated) from socket