aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/wayland/seat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/backend/wayland/seat.c b/backend/wayland/seat.c
index de756d80..e9785d9a 100644
--- a/backend/wayland/seat.c
+++ b/backend/wayland/seat.c
@@ -571,9 +571,6 @@ void destroy_wl_input_device(struct wlr_wl_input_device *dev) {
wlr_touch_finish(wlr_dev->touch);
free(wlr_dev->touch);
break;
- default:
- wlr_input_device_destroy(wlr_dev);
- break;
}
}
wl_list_remove(&dev->link);