From ca3de2f1ec670e8ba70d89b4ef7967f649ea7f0f Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 25 Apr 2010 18:17:44 +0000 Subject: [PATCH] oops, don't need ~KeyboardMouse() anymore... git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5408 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/InputCommon/Src/ControllerInterface/OSX/OSX.h | 1 - 1 file changed, 1 deletion(-) 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;