WINCE: Remove obsolete openCD method

svn-id: r54543
This commit is contained in:
Max Horn 2010-11-28 18:18:15 +00:00
parent ee4510aed4
commit 06df4459c7
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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);