diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/desktop/transaction.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sway/desktop/transaction.h b/include/sway/desktop/transaction.h index b1da86f1..fcfed297 100644 --- a/include/sway/desktop/transaction.h +++ b/include/sway/desktop/transaction.h @@ -31,13 +31,6 @@ void transaction_add_container(struct sway_transaction *transaction, struct sway_container *container); /** - * Add a box to be damaged when the transaction is applied. - * The box should be in layout coordinates. - */ -void transaction_add_damage(struct sway_transaction *transaction, - struct wlr_box *box); - -/** * Submit a transaction to the client views for configuration. */ void transaction_commit(struct sway_transaction *transaction); |