aboutsummaryrefslogtreecommitdiff
path: root/hid.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-25 08:40:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-25 08:40:35 +0000
commit3486b399456ac3bd65fe86dc9c99aa69105651d1 (patch)
tree530e715817cc84d630e8d3b3247a8bb40121aaee /hid.h
parent90dd1056e4dec75159f45596165d495cd6ccb299 (diff)
stopped outputting EV_SYN events since they are not needed in Pd space and they cause troubles; cleaned up all warnings
svn path=/trunk/externals/hcs/hid/; revision=4487
Diffstat (limited to 'hid.h')
-rw-r--r--hid.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/hid.h b/hid.h
index d2374bc..527dddf 100644
--- a/hid.h
+++ b/hid.h
@@ -14,13 +14,11 @@
#define HID_MAJOR_VERSION 0
#define HID_MINOR_VERSION 6
-static char *version = "$Revision: 1.18 $";
+/* static char *version = "$Revision: 1.19 $"; */
/*------------------------------------------------------------------------------
* CLASS DEF
*/
-static t_class *hid_class;
-
typedef struct _hid
{
t_object x_obj;