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 --- sway/desktop/transaction.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sway/desktop/transaction.c') diff --git a/sway/desktop/transaction.c b/sway/desktop/transaction.c index 21915207..b1f3fb32 100644 --- a/sway/desktop/transaction.c +++ b/sway/desktop/transaction.c @@ -521,14 +521,6 @@ void transaction_notify_view_ready_by_geometry(struct sway_view *view, } } -void transaction_notify_view_ready_immediately(struct sway_view *view) { - struct sway_transaction_instruction *instruction = - view->container->node.instruction; - if (instruction != NULL) { - set_instruction_ready(instruction); - } -} - static void _transaction_commit_dirty(bool server_request) { if (!server.dirty_nodes->length) { return; -- cgit v1.2.3-54-g00ecf