pixel-formats: Remove duplicate doc string
pixel_format_get_info() is already documented in the headers; no need to also document it next to the code. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
0f5bb51211
commit
bc4ccc2085
@ -387,10 +387,6 @@ pixel_format_get_info_shm(uint32_t format)
|
||||
return pixel_format_get_info(format);
|
||||
}
|
||||
|
||||
/** Retrieve a pixel format information structure from a DRM FOURCC format
|
||||
*
|
||||
* \param format a DRM FOURCC format
|
||||
*/
|
||||
WL_EXPORT const struct pixel_format_info *
|
||||
pixel_format_get_info(uint32_t format)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user