diff options
Diffstat (limited to 'include/focus.h')
-rw-r--r-- | include/focus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/focus.h b/include/focus.h index 236d050b..b532edc2 100644 --- a/include/focus.h +++ b/include/focus.h @@ -33,7 +33,6 @@ bool set_focused_container_for(swayc_t *ancestor, swayc_t *container); // and unlocked when they are destroyed extern bool locked_container_focus; -extern bool locked_view_focus; // Prevents wss from being destroyed on focus switch extern bool suspend_workspace_cleanup; |