aboutsummaryrefslogtreecommitdiff
path: root/sway/input
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input')
-rw-r--r--sway/input/seat.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 7a3e928a..6cfbe8d4 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -730,13 +730,6 @@ struct sway_container *seat_get_active_child(struct sway_seat *seat,
return focus;
}
-struct sway_container *sway_seat_get_focus(struct sway_seat *seat) {
- if (!seat->has_focus) {
- return NULL;
- }
- return seat_get_focus_inactive(seat, &root_container);
-}
-
struct sway_container *seat_get_focus(struct sway_seat *seat) {
if (!seat->has_focus) {
return NULL;