mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
remove old focus member
This commit is contained in:
parent
ce3a1b3922
commit
93084c9cf8
6 changed files with 19 additions and 22 deletions
|
|
@ -106,10 +106,6 @@ struct sway_container {
|
|||
* The parent of this container. NULL for the root container.
|
||||
*/
|
||||
struct sway_container *parent;
|
||||
/**
|
||||
* Which of this container's children has focus.
|
||||
*/
|
||||
struct sway_container *focused;
|
||||
|
||||
/**
|
||||
* Number of master views in auto layouts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue