diff options
author | Max Horn | 2010-11-28 18:18:15 +0000 |
---|---|---|
committer | Max Horn | 2010-11-28 18:18:15 +0000 |
commit | 06df4459c73e53a0998fe835269b5741e4bd9f5e (patch) | |
tree | 907abe497b21b41c5ba3ab240276ae22205dd6c5 /backends/platform/wince | |
parent | ee4510aed487671866705542b0b2a9180aebf651 (diff) | |
download | scummvm-rg350-06df4459c73e53a0998fe835269b5741e4bd9f5e.tar.gz scummvm-rg350-06df4459c73e53a0998fe835269b5741e4bd9f5e.tar.bz2 scummvm-rg350-06df4459c73e53a0998fe835269b5741e4bd9f5e.zip |
WINCE: Remove obsolete openCD method
svn-id: r54543
Diffstat (limited to 'backends/platform/wince')
-rw-r--r-- | backends/platform/wince/wince-sdl.cpp | 4 | ||||
-rw-r--r-- | backends/platform/wince/wince-sdl.h | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/backends/platform/wince/wince-sdl.cpp b/backends/platform/wince/wince-sdl.cpp index 4d2d78086f..02f107fe9e 100644 --- a/backends/platform/wince/wince-sdl.cpp +++ b/backends/platform/wince/wince-sdl.cpp @@ -909,10 +909,6 @@ void OSystem_WINCE3::engineInit() { setupMixer(); } -bool OSystem_WINCE3::openCD(int drive) { - return false; -} - const OSystem::GraphicsMode *OSystem_WINCE3::getSupportedGraphicsModes() const { if (CEDevice::hasWideResolution()) return s_supportedGraphicsModesHigh; diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h index a767eb1ae9..6cc6e538e1 100644 --- a/backends/platform/wince/wince-sdl.h +++ b/backends/platform/wince/wince-sdl.h @@ -131,8 +131,6 @@ protected: //int getGraphicsMode() const; int getDefaultGraphicsMode() const; - bool openCD(int drive); - bool hasFeature(Feature f); void setFeatureState(Feature f, bool enable); bool getFeatureState(Feature f); |