OPENGL: Remove SDL specific code from OpenGLGraphicsManager
The "OSystem::kFeatureFullscreenToggleKeepsContext" feature is already handled in the OpenGLSdlGraphicsManager subclass.
This commit is contained in:
parent
813a188a86
commit
4284d9754f
1 changed files with 0 additions and 3 deletions
|
@ -94,9 +94,6 @@ bool OpenGLGraphicsManager::hasFeature(OSystem::Feature f) const {
|
|||
case OSystem::kFeatureAspectRatioCorrection:
|
||||
case OSystem::kFeatureCursorPalette:
|
||||
case OSystem::kFeatureFilteringMode:
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
case OSystem::kFeatureFullscreenToggleKeepsContext:
|
||||
#endif
|
||||
case OSystem::kFeatureStretchMode:
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue