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.
This commit is contained in:
Tony Crisci 2016-08-01 22:25:08 -04:00
parent 2d907ef1f6
commit 2f65100bee
3 changed files with 5 additions and 18 deletions

View file

@ -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;