diff options
author | Johannes Schickel | 2010-06-01 17:03:43 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-06-01 17:03:43 +0000 |
commit | 4cb3a2b41b5f92fda50f6db15e4e69be7dd0129a (patch) | |
tree | e456aa5ceae789ed952f81091a768588ed98b9de /backends/platform/gp2x | |
parent | 42b22d16f6f4f8defc3bc276343b3066c8603877 (diff) | |
download | scummvm-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.h | 2 |
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); |