aboutsummaryrefslogtreecommitdiff
path: root/backends/events/gp2xsdl/gp2xsdl-events.cpp
diff options
context:
space:
mode:
authorDavid-John Willis2011-04-11 16:31:29 +0100
committerDavid-John Willis2011-04-11 18:00:46 +0100
commit5661570e4efd6ac64cfdbca68515c78329d11a77 (patch)
tree3e932844bfca41cbe2bd6cae4806029a8abb2c1e /backends/events/gp2xsdl/gp2xsdl-events.cpp
parent18e35a638d3eaf1ea9941507e97c1f1eedf0abb0 (diff)
downloadscummvm-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/gp2xsdl/gp2xsdl-events.cpp')
-rw-r--r--backends/events/gp2xsdl/gp2xsdl-events.cpp9
1 files changed, 0 insertions, 9 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