From 5427a199aac32acf3c99f4381c694db5ab88e9f2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 20 Dec 2006 16:24:29 +0000 Subject: fixed sloppy global variable declarations so that things compile properly with full compiler optimizations svn path=/trunk/externals/hcs/hid/; revision=7038 --- hid_darwin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hid_darwin.c') diff --git a/hid_darwin.c b/hid_darwin.c index d406054..c03042a 100644 --- a/hid_darwin.c +++ b/hid_darwin.c @@ -60,8 +60,6 @@ * GLOBAL VARS *======================================================================== */ -extern t_int hid_instance_count; // in hid.h - /* store device pointers so I don't have to query them all the time */ pRecDevice device_pointer[MAX_DEVICES]; -- cgit v1.2.1