diff options
author | David-John Willis | 2011-04-11 16:31:29 +0100 |
---|---|---|
committer | David-John Willis | 2011-04-11 18:00:46 +0100 |
commit | 5661570e4efd6ac64cfdbca68515c78329d11a77 (patch) | |
tree | 3e932844bfca41cbe2bd6cae4806029a8abb2c1e /backends/events | |
parent | 18e35a638d3eaf1ea9941507e97c1f1eedf0abb0 (diff) | |
download | scummvm-rg350-5661570e4efd6ac64cfdbca68515c78329d11a77.tar.gz scummvm-rg350-5661570e4efd6ac64cfdbca68515c78329d11a77.tar.bz2 scummvm-rg350-5661570e4efd6ac64cfdbca68515c78329d11a77.zip |
GP2X: Commit some cleanup/fudges with a view to collapsing into the GPH backend.
Diffstat (limited to 'backends/events')
-rw-r--r-- | backends/events/gp2xsdl/gp2xsdl-events.cpp | 9 | ||||
-rw-r--r-- | backends/events/gp2xsdl/gp2xsdl-events.h | 3 |
2 files changed, 0 insertions, 12 deletions
diff --git a/backends/events/gp2xsdl/gp2xsdl-events.cpp b/backends/events/gp2xsdl/gp2xsdl-events.cpp index 91feb2b447..38b7a47346 100644 --- a/backends/events/gp2xsdl/gp2xsdl-events.cpp +++ b/backends/events/gp2xsdl/gp2xsdl-events.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #include "common/scummsys.h" @@ -28,12 +25,8 @@ #if defined(GP2X) #include "backends/events/gp2xsdl/gp2xsdl-events.h" -#if defined(GP2X) #include "backends/platform/gp2x/gp2x-hw.h" #include "backends/graphics/gp2xsdl/gp2xsdl-graphics.h" -#else -#include "backends/platform/gp2xwiz/gp2xwiz-hw.h" -#endif #include "backends/platform/sdl/sdl.h" @@ -88,7 +81,6 @@ enum { GP2XSdlEventSource::GP2XSdlEventSource() : _buttonStateL(false){ - } void GP2XSdlEventSource::SDLModToOSystemKeyFlags(SDLMod mod, Common::Event &event) { @@ -468,5 +460,4 @@ bool GP2XSdlEventSource::remapKey(SDL_Event &ev, Common::Event &event) { return false; } - #endif diff --git a/backends/events/gp2xsdl/gp2xsdl-events.h b/backends/events/gp2xsdl/gp2xsdl-events.h index 5bf472d3d8..0d74c1bcac 100644 --- a/backends/events/gp2xsdl/gp2xsdl-events.h +++ b/backends/events/gp2xsdl/gp2xsdl-events.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #if !defined(BACKEND_EVENTS_SDL_GP2X_H) && !defined(DISABLE_DEFAULT_EVENTMANAGER) |