From 235cadaa890e3785d6d92fabe80c1bbbe4baa665 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Sun, 24 Jul 2011 15:38:28 +0200 Subject: [PATCH] remove unused variable --- firmware/lcd/render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/lcd/render.c b/firmware/lcd/render.c index 71a210a..8355dd0 100644 --- a/firmware/lcd/render.c +++ b/firmware/lcd/render.c @@ -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){