Skip to content

Commit

Permalink
Roll back paus print function
Browse files Browse the repository at this point in the history
  • Loading branch information
3d-gussner authored Jul 11, 2017
1 parent e55a1cd commit a7b77a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -956,8 +956,6 @@ static void lcd_support_menu()
START_MENU();

MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
MENU_ITEM(submenu, PSTR("restore"), restore_print_from_eeprom);
MENU_ITEM(submenu, PSTR("position"), position_menu);

// Ideally this block would be optimized out by the compiler.
const uint8_t fw_string_len = strlen_P(FW_VERSION_STR_P());
Expand Down

0 comments on commit a7b77a3

Please sign in to comment.