SDL: Remove outdated comment
This commit is contained in:
parent
4e4f61c2e6
commit
b3dc3832f7
1 changed files with 0 additions and 2 deletions
|
@ -196,8 +196,6 @@ void OSystem_SDL::initBackend() {
|
||||||
sdlDriverName[0] = '\0';
|
sdlDriverName[0] = '\0';
|
||||||
SDL_VideoDriverName(sdlDriverName, maxNameLen);
|
SDL_VideoDriverName(sdlDriverName, maxNameLen);
|
||||||
#endif
|
#endif
|
||||||
// Using printf rather than debug() here as debug()/logging
|
|
||||||
// is not active by this point.
|
|
||||||
debug(1, "Using SDL Video Driver \"%s\"", sdlDriverName);
|
debug(1, "Using SDL Video Driver \"%s\"", sdlDriverName);
|
||||||
|
|
||||||
// Create the default event source, in case a custom backend
|
// Create the default event source, in case a custom backend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue