Browse Source

Drop extra setting of currentMenu

Scott Lahteine 9 years ago
parent
commit
0f247187b8
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/ultralcd.cpp

+ 0
- 1
Marlin/ultralcd.cpp View File

1780
     lcd_save_previous_menu(); \
1780
     lcd_save_previous_menu(); \
1781
     \
1781
     \
1782
     lcdDrawUpdate = LCD_DRAW_UPDATE_CLEAR_CALL_REDRAW; \
1782
     lcdDrawUpdate = LCD_DRAW_UPDATE_CLEAR_CALL_REDRAW; \
1783
-    currentMenu = menu_edit_ ## _name; \
1784
     \
1783
     \
1785
     editLabel = pstr; \
1784
     editLabel = pstr; \
1786
     editValue = ptr; \
1785
     editValue = ptr; \

Loading…
Cancel
Save