diff options
| author | comex <comexk@gmail.com> | 2015-09-05 22:20:47 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2015-09-05 22:20:47 -0400 |
| commit | 96e42dff52158c483f13e631d8f2df7f7b7ea4e6 (patch) | |
| tree | 54b0051cdb2ecf329b81c7cb0013c18e43051e49 /Source/Core/InputCommon | |
| parent | 6af8e00b66b6fb00e030641435540248793a0bf3 (diff) | |
| parent | 633be0387d7aa7f4bf9a57179e46bcb746c6a92f (diff) | |
Merge pull request #2977 from lioncash/unused
General: Remove unimplemented function prototypes
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Device.h b/Source/Core/InputCommon/ControllerInterface/Device.h index c27910af5d..7e6172149f 100644 --- a/Source/Core/InputCommon/ControllerInterface/Device.h +++ b/Source/Core/InputCommon/ControllerInterface/Device.h @@ -61,8 +61,6 @@ public: virtual ControlState GetState() const = 0; - bool ShouldHaveInput(); - ControlState GetGatedState() { if (InputGateOn()) |
