summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/modernopenglgraphics.cpp')
-rw-r--r--src/render/modernopenglgraphics.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp
index b2e33cbc9..fd9581285 100644
--- a/src/render/modernopenglgraphics.cpp
+++ b/src/render/modernopenglgraphics.cpp
@@ -337,14 +337,16 @@ bool ModernOpenGLGraphics::drawImageInline(const Image *const image,
return true;
}
-void ModernOpenGLGraphics::drawImageCached(const Image *const image,
- int x, int y)
+void ModernOpenGLGraphics::drawImageCached(const Image *const image A_UNUSED,
+ int A_UNUSED x, int y A_UNUSED)
{
}
-void ModernOpenGLGraphics::drawPatternCached(const Image *const image,
- const int x, const int y,
- const int w, const int h)
+void ModernOpenGLGraphics::drawPatternCached(const Image *const image A_UNUSED,
+ const int x A_UNUSED,
+ const int y A_UNUSED,
+ const int w A_UNUSED,
+ const int h A_UNUSED)
{
}