font_direction is no more

This commit is contained in:
Stefan `Sec` Zehl 2011-07-17 22:09:13 +02:00
parent ea90f92ebb
commit 71bd7e97c6
2 changed files with 0 additions and 4 deletions

View File

@ -90,8 +90,6 @@ void main_executor(void) {
int yctr=8;
int dx=0;
font_direction = FONT_DIR_LTR; // LeftToRight is the default
yctr=18;
uint8_t trigger;

View File

@ -19,8 +19,6 @@ void main_sec(void) {
int yctr=8;
int dx=0;
font_direction = FONT_DIR_LTR; // LeftToRight is the default
yctr=18;
uint8_t trigger;