aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x
diff options
context:
space:
mode:
authorJohannes Schickel2010-06-01 17:03:43 +0000
committerJohannes Schickel2010-06-01 17:03:43 +0000
commit4cb3a2b41b5f92fda50f6db15e4e69be7dd0129a (patch)
treee456aa5ceae789ed952f81091a768588ed98b9de /backends/platform/gp2x
parent42b22d16f6f4f8defc3bc276343b3066c8603877 (diff)
downloadscummvm-rg350-4cb3a2b41b5f92fda50f6db15e4e69be7dd0129a.tar.gz
scummvm-rg350-4cb3a2b41b5f92fda50f6db15e4e69be7dd0129a.tar.bz2
scummvm-rg350-4cb3a2b41b5f92fda50f6db15e4e69be7dd0129a.zip
This hopefully fixes the compilation of the GP2x backend.
svn-id: r49378
Diffstat (limited to 'backends/platform/gp2x')
-rw-r--r--backends/platform/gp2x/gp2x-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/gp2x/gp2x-common.h b/backends/platform/gp2x/gp2x-common.h
index 9f3a79ff97..8183a87300 100644
--- a/backends/platform/gp2x/gp2x-common.h
+++ b/backends/platform/gp2x/gp2x-common.h
@@ -150,8 +150,6 @@ public:
bool setGraphicsMode(int mode);
int getGraphicsMode() const;
- bool openCD(int drive);
-
bool hasFeature(Feature f);
void setFeatureState(Feature f, bool enable);
bool getFeatureState(Feature f);