SDL: Remove outdated comment

This commit is contained in:
Cameron Cawley 2019-03-25 22:11:45 +00:00 committed by Lothar Serra Mari
parent 4e4f61c2e6
commit b3dc3832f7

View file

@ -196,8 +196,6 @@ void OSystem_SDL::initBackend() {
sdlDriverName[0] = '\0';
SDL_VideoDriverName(sdlDriverName, maxNameLen);
#endif
// Using printf rather than debug() here as debug()/logging
// is not active by this point.
debug(1, "Using SDL Video Driver \"%s\"", sdlDriverName);
// Create the default event source, in case a custom backend