mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
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:
parent
2d907ef1f6
commit
2f65100bee
3 changed files with 5 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue