aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.cpp
diff options
context:
space:
mode:
authorMax Horn2010-11-28 18:18:15 +0000
committerMax Horn2010-11-28 18:18:15 +0000
commit06df4459c73e53a0998fe835269b5741e4bd9f5e (patch)
tree907abe497b21b41c5ba3ab240276ae22205dd6c5 /backends/platform/wince/wince-sdl.cpp
parentee4510aed487671866705542b0b2a9180aebf651 (diff)
downloadscummvm-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/wince-sdl.cpp')
-rw-r--r--backends/platform/wince/wince-sdl.cpp4
1 files changed, 0 insertions, 4 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;