summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r--src/graphics.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp
index 604454e94..2e561c648 100644
--- a/src/graphics.cpp
+++ b/src/graphics.cpp
@@ -237,7 +237,6 @@ bool Graphics::setOpenGLMode()
return false;
#endif // USE_OPENGL
-
}
int Graphics::getSoftwareFlags() const
@@ -315,7 +314,6 @@ void Graphics::dumpRendererInfo(const char *const str,
bool Graphics::videoInfo()
{
-
logger->log("SDL video info");
#ifdef USE_SDL2
logger->log("Using video driver: %s", SDL_GetCurrentVideoDriver());