From 06df4459c73e53a0998fe835269b5741e4bd9f5e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Nov 2010 18:18:15 +0000 Subject: WINCE: Remove obsolete openCD method svn-id: r54543 --- backends/platform/wince/wince-sdl.cpp | 4 ---- backends/platform/wince/wince-sdl.h | 2 -- 2 files changed, 6 deletions(-) (limited to 'backends/platform') 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); -- cgit v1.2.3