mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 20:55:19 +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();
|
setupMixer();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool OSystem_WINCE3::openCD(int drive) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
const OSystem::GraphicsMode *OSystem_WINCE3::getSupportedGraphicsModes() const {
|
const OSystem::GraphicsMode *OSystem_WINCE3::getSupportedGraphicsModes() const {
|
||||||
if (CEDevice::hasWideResolution())
|
if (CEDevice::hasWideResolution())
|
||||||
return s_supportedGraphicsModesHigh;
|
return s_supportedGraphicsModesHigh;
|
||||||
|
@ -131,8 +131,6 @@ protected:
|
|||||||
//int getGraphicsMode() const;
|
//int getGraphicsMode() const;
|
||||||
int getDefaultGraphicsMode() const;
|
int getDefaultGraphicsMode() const;
|
||||||
|
|
||||||
bool openCD(int drive);
|
|
||||||
|
|
||||||
bool hasFeature(Feature f);
|
bool hasFeature(Feature f);
|
||||||
void setFeatureState(Feature f, bool enable);
|
void setFeatureState(Feature f, bool enable);
|
||||||
bool getFeatureState(Feature f);
|
bool getFeatureState(Feature f);
|
||||||
|
Loading…
Reference in New Issue
Block a user