diff options
-rw-r--r-- | sway/handlers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c index bb6c9843..9944be33 100644 --- a/sway/handlers.c +++ b/sway/handlers.c @@ -86,7 +86,6 @@ static void handle_output_focused(wlc_handle output, bool focus) { } static bool handle_view_created(wlc_handle handle) { - swayc_t *focused = get_focused_container(&root_container); swayc_t *view = new_view(focused, handle); if (view) { |