mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 04:34:50 +00:00
WINCE: Remove obsolete openCD method
svn-id: r54543
This commit is contained in:
parent
ee4510aed4
commit
06df4459c7
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user