Skip to content

Some code clean up

SteelT requested to merge SteelT/SRB2:sdl-codecleanup into master

I always found it weird that creating the window was done in SDLSetMode, not sure what that comment even meant, as SDL_GL_LoadLibrary isn't used at all within the file, so there's really no harms. Also remove the comment in Impl_SetWindowIcon, although all mentions of that could be removed too, as that don't even exists either.

Merge request reports