remove use of removed global variable

This commit is contained in:
Stefan `Sec` Zehl 2011-07-24 15:37:03 +02:00
parent 860f226e45
commit 9b95dab688
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ void main_fs(void) {
backlightInit();
font_direction = FONT_DIR_LTR; // LeftToRight is the default
while (1) {
lcdDisplay();
delayms(10);