From 15a09de6592ec8548057f640eb16c452ac9fa296 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 18 Sep 2013 23:38:26 +1000 Subject: Update demos so OS can be specified in the Makefile --- demos/modules/gdisp/gdisp_text/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demos/modules/gdisp/gdisp_text/main.c') diff --git a/demos/modules/gdisp/gdisp_text/main.c b/demos/modules/gdisp/gdisp_text/main.c index dee741fa..7ea3405e 100644 --- a/demos/modules/gdisp/gdisp_text/main.c +++ b/demos/modules/gdisp/gdisp_text/main.c @@ -30,7 +30,7 @@ #include "gfx.h" int main(void) { - coord_t width, height; + coord_t width; font_t font1, font2, font3, font4; const char *msg; @@ -39,7 +39,6 @@ int main(void) { // Get the screen size width = gdispGetWidth(); - height = gdispGetHeight(); // Get the fonts we want to use font1 = gdispOpenFont("UI2"); -- cgit v1.2.3