aboutsummaryrefslogtreecommitdiff
path: root/sway/input
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input')
-rw-r--r--sway/input/seat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index b8daa297..75fea484 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -1691,12 +1691,6 @@ void seatop_end(struct sway_seat *seat) {
seat->seatop_impl = NULL;
}
-void seatop_render(struct sway_seat *seat, struct render_context *ctx) {
- if (seat->seatop_impl->render) {
- seat->seatop_impl->render(seat, ctx);
- }
-}
-
bool seatop_allows_set_cursor(struct sway_seat *seat) {
return seat->seatop_impl->allow_set_cursor;
}