diff options
author | Tony Crisci <tony@dubstepdish.com> | 2016-08-01 22:25:08 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2016-08-01 22:25:08 -0400 |
commit | 2f65100bee904493cb90863d6dc54d774b6a39c3 (patch) | |
tree | bd25bf981361c7e518d66df7ededf23d38cc165f /include/focus.h | |
parent | 2d907ef1f6f13a7921c295502d7b1047945cc327 (diff) |
Remove dead global locked_view_focus
The value of `locked_view_focus` is always false. Remove dead code associated
with this variable to simplify things.
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; |