diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2010-04-25 18:17:44 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2010-04-25 18:17:44 +0000 |
| commit | ca3de2f1ec670e8ba70d89b4ef7967f649ea7f0f (patch) | |
| tree | 7df212a196019a5fee7c7feb3feb7c69e4ec98a5 /Source/Core/InputCommon/Src/ControllerInterface | |
| parent | 452c2e711abbe40b8b4da72dedbf292992fd35f0 (diff) | |
oops, don't need ~KeyboardMouse() anymore...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5408 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface')
| -rw-r--r-- | Source/Core/InputCommon/Src/ControllerInterface/OSX/OSX.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/ControllerInterface/OSX/OSX.h b/Source/Core/InputCommon/Src/ControllerInterface/OSX/OSX.h index cb8f02d29f..1d3b1a967e 100644 --- a/Source/Core/InputCommon/Src/ControllerInterface/OSX/OSX.h +++ b/Source/Core/InputCommon/Src/ControllerInterface/OSX/OSX.h @@ -97,7 +97,6 @@ protected: public: KeyboardMouse(IOHIDDeviceRef device); - ~KeyboardMouse(); std::string GetName() const; std::string GetSource() const; |
