summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2015-09-05 22:20:47 -0400
committercomex <comexk@gmail.com>2015-09-05 22:20:47 -0400
commit96e42dff52158c483f13e631d8f2df7f7b7ea4e6 (patch)
tree54b0051cdb2ecf329b81c7cb0013c18e43051e49 /Source/Core/InputCommon
parent6af8e00b66b6fb00e030641435540248793a0bf3 (diff)
parent633be0387d7aa7f4bf9a57179e46bcb746c6a92f (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.h2
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())