From 3486b399456ac3bd65fe86dc9c99aa69105651d1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 25 Jan 2006 08:40:35 +0000 Subject: 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 --- hid.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hid.h') 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; -- cgit v1.2.1