From 9b95dab6880d258e32b7829c40cfac6f35635ec1 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Sun, 24 Jul 2011 15:37:03 +0200 Subject: [PATCH] remove use of removed global variable --- firmware/applications/fs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/applications/fs.c b/firmware/applications/fs.c index 30b17fe..89cf37b 100644 --- a/firmware/applications/fs.c +++ b/firmware/applications/fs.c @@ -66,8 +66,6 @@ void main_fs(void) { backlightInit(); - font_direction = FONT_DIR_LTR; // LeftToRight is the default - while (1) { lcdDisplay(); delayms(10);