remove unused variable
This commit is contained in:
parent
9b95dab688
commit
235cadaa89
|
@ -40,7 +40,7 @@ int _getFontData(int type, int offset){
|
||||||
UINT res;
|
UINT res;
|
||||||
static uint16_t extras;
|
static uint16_t extras;
|
||||||
static uint16_t character;
|
static uint16_t character;
|
||||||
static const void * ptr;
|
// static const void * ptr;
|
||||||
|
|
||||||
if(efont.type == FONT_EXTERNAL){
|
if(efont.type == FONT_EXTERNAL){
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue