diff options
author | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-12-12 10:07:12 +0900 |
---|---|---|
committer | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-12-12 10:07:12 +0900 |
commit | e9dd7190b38bcc3c0ab61f1e187aea06f24fef4c (patch) | |
tree | ddc3e4e32a23a11adbe3734ebb29c25d10595128 /gesture.c | |
parent | ec9b9bd955061cb3975755521c082e0cd84eefa6 (diff) | |
download | wiimote-e9dd7190b38bcc3c0ab61f1e187aea06f24fef4c.tar.gz wiimote-e9dd7190b38bcc3c0ab61f1e187aea06f24fef4c.tar.bz2 |
* Only need to include "wiimote_options.h" once in the -internal.h file and only need to declare 'int wiimoteDisplayPrivateIndex' once.
Diffstat (limited to 'gesture.c')
-rw-r--r-- | gesture.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -19,9 +19,6 @@ */ #include "wiimote-internal.h" -#include "wiimote_options.h" - -int wiimoteDisplayPrivateIndex; /* Gesturing and gesture checking --------------------------------------------- */ |