aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.h
diff options
context:
space:
mode:
authorTarek Soliman2012-02-28 06:38:07 -0600
committerTarek Soliman2012-02-28 06:45:35 -0600
commit477c1b9a87046f17c165e66f566d91d0906a8fcd (patch)
treec4e487294b97d8bd7a10af1d1514353367b7befa /backends/platform/sdl/sdl.h
parent4d1e6c3d54fc692697144ebe2d4799fa67f30203 (diff)
downloadscummvm-rg350-477c1b9a87046f17c165e66f566d91d0906a8fcd.tar.gz
scummvm-rg350-477c1b9a87046f17c165e66f566d91d0906a8fcd.tar.bz2
scummvm-rg350-477c1b9a87046f17c165e66f566d91d0906a8fcd.zip
KEYMAPPER: HardwareInputSet now has defaults
Ports can add additional special keys. SDL no longer carries the static tables. Default behavior unchanged: HardwareInputSet() still gives an empty one.
Diffstat (limited to 'backends/platform/sdl/sdl.h')
-rw-r--r--backends/platform/sdl/sdl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h
index 51a7b2f577..f05207b482 100644
--- a/backends/platform/sdl/sdl.h
+++ b/backends/platform/sdl/sdl.h
@@ -58,9 +58,6 @@ public:
virtual void engineInit();
virtual void engineDone();
#endif
-#ifdef ENABLE_KEYMAPPER
- virtual Common::HardwareInputSet *getHardwareInputSet();
-#endif
virtual void quit();
virtual void fatalError();