From 633be0387d7aa7f4bf9a57179e46bcb746c6a92f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 5 Sep 2015 16:06:25 -0400 Subject: General: Remove unimplemented function prototypes --- Source/Core/InputCommon/ControllerInterface/Device.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/InputCommon/ControllerInterface') 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()) -- cgit v1.2.3