From e68d6c23fefde8df2ee23f3e23035c3b73a641e6 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Sat, 21 Jul 2012 16:39:28 +0200 Subject: WEBOS: Remove broken keymapper code which is not needed anymore anyway --- backends/platform/webos/webos.cpp | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'backends/platform/webos/webos.cpp') diff --git a/backends/platform/webos/webos.cpp b/backends/platform/webos/webos.cpp index 4ec153a7e9..fc18628235 100644 --- a/backends/platform/webos/webos.cpp +++ b/backends/platform/webos/webos.cpp @@ -45,24 +45,4 @@ void OSystem_SDL_WebOS::initBackend() { OSystem_SDL::initBackend(); } -/** - * Gets the original SDL hardware key set, adds WebOS specific keys and - * returns the new key set. - * - * @return The hardware key set with added webOS specific keys. - */ -#ifdef ENABLE_KEYMAPPER -HardwareInputSet *OSystem_SDL_WebOS::getHardwareInputSet() { - // Get the original SDL hardware key set - HardwareInputSet *inputSet = OSystem_SDL::getHardwareInputSet(); - - // Add WebOS specific keys - inputSet->addHardwareInput(new HardwareInput("FORWARD", - KeyState((KeyCode) 229, 229, 0), "Forward")); - - // Return the modified hardware key set - return inputSet; -} -#endif - #endif -- cgit v1.2.3