diff options
Diffstat (limited to 'backends/platform/webos')
| -rw-r--r-- | backends/platform/webos/webos.cpp | 20 | ||||
| -rw-r--r-- | backends/platform/webos/webos.h | 3 | 
2 files changed, 0 insertions, 23 deletions
| 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 diff --git a/backends/platform/webos/webos.h b/backends/platform/webos/webos.h index 8dfa43239c..dda56a70da 100644 --- a/backends/platform/webos/webos.h +++ b/backends/platform/webos/webos.h @@ -31,9 +31,6 @@ public:  	OSystem_SDL_WebOS();  	virtual void initBackend(); -#ifdef ENABLE_KEYMAPPER -	virtual Common::HardwareInputSet *getHardwareInputSet(); -#endif  };  #endif | 
