aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/window.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.rs b/src/window.rs
index 342e9b7c..83274f83 100644
--- a/src/window.rs
+++ b/src/window.rs
@@ -313,7 +313,7 @@ impl Window {
}
#[cfg(not(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd")))]
- pub fn send_xim_spot(&self, x: i16, y: i16) {
+ pub fn send_xim_spot(&self, _x: i16, _y: i16) {
}
#[cfg(not(target_os = "macos"))]