mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00: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
@ -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 the set itself.
|
||||
* Free all of the DRM formats in the set, making the set empty.
|
||||
*/
|
||||
void wlr_drm_format_set_finish(struct wlr_drm_format_set *set);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user