From 742e122ef16d2538803a3d40596ca9bd4b3f2112 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 15 Nov 2004 04:05:39 +0000 Subject: converted button codes to a numbered scheme; added [buttongate] svn path=/trunk/externals/hcs/hid/; revision=2275 --- hid.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hid.h') diff --git a/hid.h b/hid.h index cc8fd32..7db864b 100644 --- a/hid.h +++ b/hid.h @@ -14,7 +14,7 @@ #define HID_MAJOR_VERSION 0 #define HID_MINOR_VERSION 1 -static char *version = "$Revision: 1.9 $"; +static char *version = "$Revision: 1.10 $"; /*------------------------------------------------------------------------------ * CLASS DEF @@ -25,7 +25,6 @@ typedef struct _hid { t_object x_obj; t_int x_fd; - t_symbol *x_devname; t_int x_device_number; t_clock *x_clock; t_int x_delay; -- cgit v1.2.1