diff options
Diffstat (limited to '')
-rw-r--r-- | gui/checkbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/checkbox.cpp b/gui/checkbox.cpp index 8eb0f529d..1760bac25 100644 --- a/gui/checkbox.cpp +++ b/gui/checkbox.cpp @@ -148,7 +148,7 @@ int GUICheckbox::SetRenderPos(int x, int y, int w, int h) return 0; } -int GUICheckbox::NotifyTouch(TOUCH_STATE state, int x, int y) +int GUICheckbox::NotifyTouch(TOUCH_STATE state, int x __unused, int y __unused) { if (!isConditionTrue()) return -1; |