aboutsummaryrefslogtreecommitdiff
path: root/src/survive_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_internal.h')
-rw-r--r--src/survive_internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/survive_internal.h b/src/survive_internal.h
index 5962623..9d04d93 100644
--- a/src/survive_internal.h
+++ b/src/survive_internal.h
@@ -1,4 +1,4 @@
-//<>< (C) 2016 C. N. Lohr, MOSTLY Under MIT/x11 License.
+//<>< (C) 2016-2017 C. N. Lohr, MOSTLY Under MIT/x11 License.
//
//Based off of https://github.com/collabora/OSVR-Vive-Libre
// Originally Copyright 2016 Philipp Zabel
@@ -27,8 +27,6 @@
//XXX TODO This one needs to be rewritten.
#define SV_KILL() exit(0)
-#define INTBUFFSIZE 64
-#define SENSORS_PER_OBJECT 32
struct SurviveContext;
struct SurviveUSBInterface;
@@ -36,7 +34,6 @@ struct SurviveUSBInterface;
typedef int (*DeviceDriverCb)( struct SurviveContext * ctx, void * driver );
typedef int (*DeviceDriverMagicCb)( struct SurviveContext * ctx, void * driver, int magic_code, void * data, int datalen );
-
//This is defined in survive.h
struct SurviveObject;
struct SurviveCalData;