[Scummvm-git-logs] scummvm master -> b3dc3832f7b04ed2c027d7b92deece6244a7f2fd

lotharsm serra at scummvm.org
Mon Mar 25 23:36:37 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b3dc3832f7 SDL: Remove outdated comment


Commit: b3dc3832f7b04ed2c027d7b92deece6244a7f2fd
    https://github.com/scummvm/scummvm/commit/b3dc3832f7b04ed2c027d7b92deece6244a7f2fd
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-03-25T23:36:33+01:00

Commit Message:
SDL: Remove outdated comment

Changed paths:
    backends/platform/sdl/sdl.cpp


diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp
index bf754d7..57f77fd 100644
--- a/backends/platform/sdl/sdl.cpp
+++ b/backends/platform/sdl/sdl.cpp
@@ -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





More information about the Scummvm-git-logs mailing list