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>
dev
Daniel Stone 6 years ago
parent 0f5bb51211
commit bc4ccc2085
  1. 4
      libweston/pixel-formats.c

@ -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)
{ {

Loading…
Cancel
Save