OPENGL: Remove SDL specific code from OpenGLGraphicsManager

The "OSystem::kFeatureFullscreenToggleKeepsContext" feature is already handled in the OpenGLSdlGraphicsManager subclass.
This commit is contained in:
Cameron Cawley 2020-10-13 20:45:32 +01:00 committed by GitHub
parent 813a188a86
commit 4284d9754f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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