diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-08-01 22:33:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 22:33:37 -0400 |
commit | a4096b73c948e7f8496810df70842c54b2988d5e (patch) | |
tree | bd25bf981361c7e518d66df7ededf23d38cc165f /include | |
parent | 2d907ef1f6f13a7921c295502d7b1047945cc327 (diff) | |
parent | 2f65100bee904493cb90863d6dc54d774b6a39c3 (diff) |
Merge pull request #813 from acrisci/bug/remove-dead-lock-var
Remove dead global locked_view_focus
Diffstat (limited to 'include')
-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; |