mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05: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…
Add table
Add a link
Reference in a new issue