BACKENDS: Undo some formatting-only changes.

This commit is contained in:
elasota 2022-12-22 16:49:06 -05:00 committed by Eugene Sandulenko
parent 6c8ceeae25
commit ee758dee53
2 changed files with 2 additions and 4 deletions

View File

@ -89,8 +89,7 @@ OSystem_SDL::OSystem_SDL()
_logger(nullptr),
_eventSource(nullptr),
_eventSourceWrapper(nullptr),
_window(nullptr)
{
_window(nullptr) {
}
OSystem_SDL::~OSystem_SDL() {
@ -189,7 +188,6 @@ bool OSystem_SDL::hasFeature(Feature f) {
if (f == kFeatureOpenGLForGame) return true;
if (f == kFeatureShadersForGame) return _supportsShaders;
#endif
return ModularGraphicsBackend::hasFeature(f);
}

View File

@ -548,7 +548,7 @@ public:
/**
* For platforms that should not have a Quit button.
*/
kFeatureNoQuit,
kFeatureNoQuit
};
/**