Purely costmetic
This commit is contained in:
parent
6aac53c6a1
commit
9f84aef8d3
@ -51,6 +51,7 @@
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#ifndef CONFIG_NX_NPLANES
|
||||
|
@ -122,8 +122,6 @@ extern "C"
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/* Color conversions ********************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* 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,
|
||||
uint8_t *r, uint8_t *g, uint8_t *b);
|
||||
|
||||
/* Geometry utilities *******************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: nxgl_rectcopy
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user