remove unused variable

This commit is contained in:
Stefan `Sec` Zehl 2011-07-24 15:38:28 +02:00
parent 9b95dab688
commit 235cadaa89
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ int _getFontData(int type, int offset){
UINT res;
static uint16_t extras;
static uint16_t character;
static const void * ptr;
// static const void * ptr;
if(efont.type == FONT_EXTERNAL){