summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2016-08-01 22:25:08 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2016-08-01 22:25:08 -0400
commit2f65100bee904493cb90863d6dc54d774b6a39c3 (patch)
treebd25bf981361c7e518d66df7ededf23d38cc165f /include
parentMerge pull request #811 from acrisci/feature/focus-container (diff)
downloadsway-2f65100bee904493cb90863d6dc54d774b6a39c3.tar.gz
sway-2f65100bee904493cb90863d6dc54d774b6a39c3.tar.zst
sway-2f65100bee904493cb90863d6dc54d774b6a39c3.zip
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')
-rw-r--r--include/focus.h1
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);
33// and unlocked when they are destroyed 33// and unlocked when they are destroyed
34 34
35extern bool locked_container_focus; 35extern bool locked_container_focus;
36extern bool locked_view_focus;
37 36
38// Prevents wss from being destroyed on focus switch 37// Prevents wss from being destroyed on focus switch
39extern bool suspend_workspace_cleanup; 38extern bool suspend_workspace_cleanup;