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:
@@ -387,10 +387,6 @@ pixel_format_get_info_shm(uint32_t format)
|
|||||||
return pixel_format_get_info(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 *
|
WL_EXPORT const struct pixel_format_info *
|
||||||
pixel_format_get_info(uint32_t format)
|
pixel_format_get_info(uint32_t format)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user