mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
transaction: Remove unused ready_immediately
This commit is contained in:
parent
35b9a41720
commit
1989b18ff2
2 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue