output: drop wlr_output_damage_whole()

This function is not used anymore. Backends have no good reason to
damage outputs.
This commit is contained in:
Simon Ser 2022-11-12 00:39:03 +01:00
parent 4452ed0651
commit 6c3d6be74b
2 changed files with 0 additions and 20 deletions

View file

@ -129,10 +129,6 @@ void wlr_output_update_enabled(struct wlr_output *output, bool enabled);
* output changes.
*/
void wlr_output_update_needs_frame(struct wlr_output *output);
/**
* Notify compositors that the output needs to be fully repainted.
*/
void wlr_output_damage_whole(struct wlr_output *output);
/**
* Send a frame event.
*