diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp index 17a846b86..f4967a2d0 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -2902,7 +2902,7 @@ void Client::windowRemoved(const Window *const window) instance()->mCurrentDialog = nullptr; } -void Client::updateScreenKeyboard(int height) +void Client::updateScreenKeyboard(int height A_UNUSED) { // logger->log("keyboard height: %d", height); } |