From bb1c7946572163d461f2fec0ca4889e3cd35b750 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Thu, 9 Feb 2017 14:49:20 -0800 Subject: Remove unused GCPadStatus.err --- Source/Core/InputCommon/GCPadStatus.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Source/Core/InputCommon') diff --git a/Source/Core/InputCommon/GCPadStatus.h b/Source/Core/InputCommon/GCPadStatus.h index d9aa6c5a91..42784ca6e1 100644 --- a/Source/Core/InputCommon/GCPadStatus.h +++ b/Source/Core/InputCommon/GCPadStatus.h @@ -6,14 +6,6 @@ #include "Common/CommonTypes.h" -enum PadError -{ - PAD_ERR_NONE = 0, - PAD_ERR_NO_CONTROLLER = -1, - PAD_ERR_NOT_READY = -2, - PAD_ERR_TRANSFER = -3, -}; - enum { PAD_USE_ORIGIN = 0x0080, @@ -48,7 +40,6 @@ struct GCPadStatus u8 triggerRight; // 0 <= triggerRight <= 255 u8 analogA; // 0 <= analogA <= 255 u8 analogB; // 0 <= analogB <= 255 - s8 err; // one of PAD_ERR_* number static const u8 MAIN_STICK_CENTER_X = 0x80; static const u8 MAIN_STICK_CENTER_Y = 0x80; -- cgit v1.2.3