Some code clean up
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.