summaryrefslogtreecommitdiff
path: root/src/render/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.cpp')
-rw-r--r--src/render/graphics.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp
index b33b9edcd..107573d1b 100644
--- a/src/render/graphics.cpp
+++ b/src/render/graphics.cpp
@@ -585,7 +585,8 @@ bool Graphics::calcImageRect(ImageVertexes *const vert,
return 0;
}
-void Graphics::setWindowSize(const int width, const int height)
+void Graphics::setWindowSize(const int width A_UNUSED,
+ const int height A_UNUSED)
{
#ifdef USE_SDL2
SDL_SetWindowSize(mWindow, width, height);