summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-08-01 22:25:08 -0400
committerFurkan Sahin <furkan-dev@proton.me>2016-08-01 22:25:08 -0400
commiteddf8f5327ef46890fbe372848c2306d73862a08 (patch)
treebd25bf981361c7e518d66df7ededf23d38cc165f /include
parent06690e880c6d591f6279d76c3afe415d396ba7df (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')
-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);
// 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;