mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Remove incorrect assertion and supporting code
Children can exist when destroying a container, such as when destroying the last output. Sway is not terminating in that case.
This commit is contained in:
parent
93696b78ec
commit
a7b3f29292
3 changed files with 0 additions and 12 deletions
|
|
@ -47,8 +47,6 @@ struct sway_server {
|
|||
|
||||
bool debug_txn_timings;
|
||||
|
||||
bool terminating;
|
||||
|
||||
struct sway_transaction *head_transaction; // singly linked list
|
||||
|
||||
// When a view is being destroyed and is waiting for a transaction to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue