From 1989b18ff281cb75f0e62a20e663767a9e82e55d Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Mon, 8 Feb 2021 23:05:27 +0100 Subject: transaction: Remove unused ready_immediately --- include/sway/desktop/transaction.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/sway/desktop/transaction.h b/include/sway/desktop/transaction.h index af28169e..7dd58ba8 100644 --- a/include/sway/desktop/transaction.h +++ b/include/sway/desktop/transaction.h @@ -51,10 +51,4 @@ void transaction_notify_view_ready_by_serial(struct sway_view *view, void transaction_notify_view_ready_by_geometry(struct sway_view *view, double x, double y, int width, int height); -/** - * Unconditionally notify the transaction system that a view is ready for the - * new layout. - */ -void transaction_notify_view_ready_immediately(struct sway_view *view); - #endif -- cgit v1.2.3