diff options
| author | Cameron Cawley | 2019-03-25 22:11:45 +0000 | 
|---|---|---|
| committer | Lothar Serra Mari | 2019-03-25 23:36:33 +0100 | 
| commit | b3dc3832f7b04ed2c027d7b92deece6244a7f2fd (patch) | |
| tree | 800b90598a5f3704f4adbbbb7af84bea58ad1e7f | |
| parent | 4e4f61c2e6c7cf6075b1170f1d7576770068068f (diff) | |
| download | scummvm-rg350-b3dc3832f7b04ed2c027d7b92deece6244a7f2fd.tar.gz scummvm-rg350-b3dc3832f7b04ed2c027d7b92deece6244a7f2fd.tar.bz2 scummvm-rg350-b3dc3832f7b04ed2c027d7b92deece6244a7f2fd.zip | |
SDL: Remove outdated comment
| -rw-r--r-- | backends/platform/sdl/sdl.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp index bf754d799b..57f77fde6d 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 | 
