font_direction is no more

This commit is contained in:
Stefan `Sec` Zehl 2011-07-17 18:13:52 +02:00
parent 7a6fc6bf5d
commit eaa37b4a4a
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ void rbInit() {
//nrf_init(); //nrf_init();
backlightInit(); backlightInit();
font_direction = FONT_DIR_LTR; // LeftToRight is the default
font=&Font_7x8; font=&Font_7x8;
ECIES_setup(); ECIES_setup();
} }