summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-11-11 19:02:58 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-11-11 19:02:58 +0000
commite53ef738fefd11e553f0bd927435ed78e8f69848 (patch)
tree4c2a3ad12e3b81a44b2b3c2b9b3724574c8c3fdd
parent20ff61cb378d2550bedd582a5ce3eae07a84d731 (diff)
downloadxine-lib-e53ef738fefd11e553f0bd927435ed78e8f69848.tar.gz
xine-lib-e53ef738fefd11e553f0bd927435ed78e8f69848.tar.bz2
no need to declare twice
CVS patchset: 5722 CVS date: 2003/11/11 19:02:58
-rw-r--r--src/xine-utils/xine_check.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xine-utils/xine_check.h b/src/xine-utils/xine_check.h
index 53778ce7e..4b21bf74e 100644
--- a/src/xine-utils/xine_check.h
+++ b/src/xine-utils/xine_check.h
@@ -14,7 +14,6 @@
* cdrom_dev = Name of the device link for the cdrom drive (e.g. /dev/cdrom)
* dvd_dev = Name of the device link for the dvd drive (e.g. /dev/dvd)
*/
-//xine_health_check_t* xine_health_check(xine_health_check_t*, int check_num);
/* Get Kernel information */
xine_health_check_t* _x_health_check_kernel(xine_health_check_t*);