Purely costmetic

This commit is contained in:
Gregory Nutt 2019-05-01 12:18:13 -06:00
parent 6aac53c6a1
commit 9f84aef8d3
2 changed files with 1 additions and 4 deletions

View File

@ -51,6 +51,7 @@
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/
/* Configuration ************************************************************/ /* Configuration ************************************************************/
#ifndef CONFIG_NX_NPLANES #ifndef CONFIG_NX_NPLANES

View File

@ -122,8 +122,6 @@ extern "C"
* Public Function Prototypes * Public Function Prototypes
****************************************************************************/ ****************************************************************************/
/* Color conversions ********************************************************/
/**************************************************************************** /****************************************************************************
* Name: nxgl_rgb2yuv * Name: nxgl_rgb2yuv
* *
@ -146,8 +144,6 @@ void nxgl_rgb2yuv(uint8_t r, uint8_t g, uint8_t b,
void nxgl_yuv2rgb(uint8_t y, uint8_t u, uint8_t v, void nxgl_yuv2rgb(uint8_t y, uint8_t u, uint8_t v,
uint8_t *r, uint8_t *g, uint8_t *b); uint8_t *r, uint8_t *g, uint8_t *b);
/* Geometry utilities *******************************************************/
/**************************************************************************** /****************************************************************************
* Name: nxgl_rectcopy * Name: nxgl_rectcopy
* *