From 6339c4f161a80cc00a8e57f402ca45c5dbc86937 Mon Sep 17 00:00:00 2001
From: Tony Crisci <tony@dubstepdish.com>
Date: Sun, 10 Dec 2017 13:28:04 -0500
Subject: [PATCH] remove pointer device

---
 sway/input/seat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/input/seat.c b/sway/input/seat.c
index 94f547cc..b3d36681 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -63,7 +63,7 @@ void sway_seat_add_device(struct sway_seat *seat,
 
 static void seat_remove_pointer(struct sway_seat *seat,
 		struct wlr_input_device *device) {
-	// TODO
+	wlr_cursor_detach_input_device(seat->cursor->cursor, device);
 }
 
 void sway_seat_remove_device(struct sway_seat *seat,