mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2025-01-28 07:26:24 -05:00
un-name unused variable
This commit is contained in:
parent
2ac24eb28d
commit
b65e5eb90c
@ -839,7 +839,7 @@ void PDQ_GFX<HW>::drawChar(coord_t x, coord_t y, unsigned char c, color_t color,
|
||||
|
||||
// Draw a character with GFX font
|
||||
template<class HW>
|
||||
void PDQ_GFX<HW>::drawCharGFX(coord_t x, coord_t y, unsigned char c, color_t color, color_t bg, uint8_t size)
|
||||
void PDQ_GFX<HW>::drawCharGFX(coord_t x, coord_t y, unsigned char c, color_t color, color_t /*bg*/, uint8_t size)
|
||||
{
|
||||
// Character is assumed previously filtered by write() to eliminate
|
||||
// newlines, returns, non-printable characters, etc. Calling drawChar()
|
||||
|
Loading…
Reference in New Issue
Block a user