bring my copy up to date

This commit is contained in:
Bob-the-Kuhn
2019-04-25 12:08:49 -05:00
parent 73726d56b3
commit 503905c628
76 changed files with 0 additions and 381 deletions

View File

@ -46,4 +46,3 @@ void menu_game() {
}
#endif // HAS_GAME_MENU

View File

@ -136,16 +136,6 @@ void menu_led();
#endif
#endif
#if HAS_GAME_MENU
void menu_game();
#elif ENABLED(MARLIN_BRICKOUT)
void lcd_goto_brickout();
#elif ENABLED(MARLIN_INVADERS)
void lcd_goto_invaders();
#elif ENABLED(MARLIN_SNAKE)
void lcd_goto_snake();
#endif
void menu_main() {
START_MENU();
MENU_BACK(MSG_WATCH);