From 163838dfccf6ae714128456195671a656dd428f0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 25 Jun 2008 19:36:19 +0000 Subject: - cleaned up debug messages some and set default message level to 0 (none) - remove [print( and replaced it with [devices( and [elements( - made the [open 0( status output on device close - bumped version number 0.1 in preparation for more work to be done :) svn path=/trunk/externals/io/hidio/; revision=10101 --- hidio_darwin.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'hidio_darwin.c') diff --git a/hidio_darwin.c b/hidio_darwin.c index 2cc5f6e..1eb6bf4 100644 --- a/hidio_darwin.c +++ b/hidio_darwin.c @@ -865,19 +865,6 @@ void hidio_build_device_list(void) debug_post(LOG_WARNING,"[hidio] completed device list."); } -/* TODO: this should be dumped for [devices( and [elements( messages */ -void hidio_print(t_hidio *x) -{ - if( !HIDHaveDeviceList() ) hidio_build_device_list(); - hidio_devices(x); - if(x->x_device_open) - { - hidio_elements(x); - hidio_ff_print(x); - } -} - - void hidio_platform_specific_free(t_hidio *x) { int j; -- cgit v1.2.1