mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
wlr_drm_format_set: Remove redundant text in comment for finish function
This is implied by the fact that this function finishes the state instead of destroying it.
This commit is contained in:
parent
b45396c790
commit
84d07e7119
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@ struct wlr_drm_format_set {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Free all of the DRM formats in the set, making the set empty. Does not
|
* Free all of the DRM formats in the set, making the set empty.
|
||||||
* free the set itself.
|
|
||||||
*/
|
*/
|
||||||
void wlr_drm_format_set_finish(struct wlr_drm_format_set *set);
|
void wlr_drm_format_set_finish(struct wlr_drm_format_set *set);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue