diff options
author | Scott Leggett <scott@sl.id.au> | 2018-05-28 00:55:25 +1000 |
---|---|---|
committer | Scott Leggett <scott@sl.id.au> | 2018-05-28 01:38:46 +1000 |
commit | d1ebbebea0db2f60f0ed03c2022db50830226ec1 (patch) | |
tree | 7a310559613db17296a6000a5700d47456d19c2b | |
parent | 0039f7a4fdaa6608911bd4f3c2dbcd06f24f99ec (diff) |
Remove unused function.
-rw-r--r-- | sway/input/seat.c | 7 |
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; |