aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 1dc9855c6c..a8be442248 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -85,7 +85,7 @@ int Blend(int src, int dst, byte *palette) {
//
// Reset the blending cache
//
-void ClearBlendCache(byte *palette, int weight) {
+void ClearBlendCache() {
#ifndef NEWGUI_256
for (int i = 0; i < 256; i++)
for (int j = 0 ; j < 256 ; j++)