summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-02-08 23:05:27 +0100
committerFurkan Sahin <furkan-dev@proton.me>2021-02-08 23:05:27 +0100
commit2905d73c97e5ad3f83ce380a358507654148724a (patch)
tree5293ec8ba2c00cdcc0bad84c243e94d9c97e78e7 /include
parente1d518eee311b7c1e1909cffbeb32de1a3b6af95 (diff)
transaction: Remove unused ready_immediately
Diffstat (limited to 'include')
-rw-r--r--include/sway/desktop/transaction.h6
1 files changed, 0 insertions, 6 deletions
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