diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-05 16:06:25 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-05 22:01:07 -0400 |
| commit | 633be0387d7aa7f4bf9a57179e46bcb746c6a92f (patch) | |
| tree | f2191e887258200db7cbd2d1b928b0f9dc7e26df /Source/Core/InputCommon/ControllerInterface | |
| parent | e01428935fe10cf8461a9b0acf6dab3635770173 (diff) | |
General: Remove unimplemented function prototypes
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -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()) |
