aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.cpp
diff options
context:
space:
mode:
authorCameron Cawley2019-03-25 22:11:45 +0000
committerLothar Serra Mari2019-03-25 23:36:33 +0100
commitb3dc3832f7b04ed2c027d7b92deece6244a7f2fd (patch)
tree800b90598a5f3704f4adbbbb7af84bea58ad1e7f /backends/platform/sdl/sdl.cpp
parent4e4f61c2e6c7cf6075b1170f1d7576770068068f (diff)
downloadscummvm-rg350-b3dc3832f7b04ed2c027d7b92deece6244a7f2fd.tar.gz
scummvm-rg350-b3dc3832f7b04ed2c027d7b92deece6244a7f2fd.tar.bz2
scummvm-rg350-b3dc3832f7b04ed2c027d7b92deece6244a7f2fd.zip
SDL: Remove outdated comment
Diffstat (limited to 'backends/platform/sdl/sdl.cpp')
-rw-r--r--backends/platform/sdl/sdl.cpp2
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