summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorskidau <skidau@gmail.com>2015-03-28 11:08:25 +1100
committerskidau <skidau@gmail.com>2015-03-28 11:08:25 +1100
commit4f965da4f185e654d20838f75321c5a3fe68356f (patch)
tree3b50a279fba7a427e93024ed78bd7b70742f6c25 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parent74f25ad8ecef9315add7983f7c98b182a7771e45 (diff)
Revert the recent changes related to updating hwnd
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index 1b2c93951f..9ab8427ad2 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -117,9 +117,6 @@ public:
void Initialize(void* const hwnd);
void Reinitialize();
void Shutdown();
-
- void DeInit();
-
bool IsInit() const { return m_is_init; }
void UpdateReference(ControlReference* control, const ciface::Core::DeviceQualifier& default_device) const;