summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2011-10-03 22:54:15 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2011-10-03 23:46:00 -0700
commit856972f808e62b026f1c4bc035e95722c86fac92 (patch)
tree91d5009ddb9176eb59fed7a6d2f72df8ce6788cb /Source/Core/InputCommon
parentd8def74dd1cda90af4fc523cc836ca3e36bb2126 (diff)
remove hacky old MicButton stuff
Diffstat (limited to 'Source/Core/InputCommon')
-rw-r--r--Source/Core/InputCommon/Src/GCPadStatus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/GCPadStatus.h b/Source/Core/InputCommon/Src/GCPadStatus.h
index 72b790bbc6..835089a70d 100644
--- a/Source/Core/InputCommon/Src/GCPadStatus.h
+++ b/Source/Core/InputCommon/Src/GCPadStatus.h
@@ -51,7 +51,6 @@ typedef struct
unsigned char triggerRight; // 0 <= triggerRight <= 255
unsigned char analogA; // 0 <= analogA <= 255
unsigned char analogB; // 0 <= analogB <= 255
- bool MicButton; // HAX
signed char err; // one of PAD_ERR_* number
} SPADStatus;