summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-11-13 01:11:43 -0800
committerJasper St. Pierre <jstpierre@mecheye.net>2014-11-28 10:54:04 -0800
commitf3b739341ee5ad000e8c58b971ed7e273dd9870e (patch)
treede1f8ef3753c9e0d3ec1d9e096855b83dcfc951e /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parent86e4da2c071b6185803ed40045497bcf4e325f0d (diff)
HW: Remove UpdateOutput
All of the rumble interfaces are now immediate mode.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index 9600aded63..9ab8427ad2 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -121,7 +121,6 @@ public:
void UpdateReference(ControlReference* control, const ciface::Core::DeviceQualifier& default_device) const;
void UpdateInput();
- void UpdateOutput();
std::recursive_mutex update_lock;