diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 836da26f47..5fba445970 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -4022,7 +4022,6 @@ static const EditHelpLine g_EditHelpLines[] = EditHelpLine( "Play whole song", EDIT_BUTTON_PLAY_FROM_START ), EditHelpLine( "Record", EDIT_BUTTON_RECORD_SELECTION ), EditHelpLine( "Set selection", EDIT_BUTTON_LAY_SELECT ), - EditHelpLine( "Drag area marker", EDIT_BUTTON_SCROLL_SELECT ), EditHelpLine( "Next/prev steps of same StepsType", EDIT_BUTTON_OPEN_NEXT_STEPS, EDIT_BUTTON_OPEN_PREV_STEPS ), EditHelpLine( "Decrease/increase BPM at cur beat", EDIT_BUTTON_BPM_DOWN, EDIT_BUTTON_BPM_UP ), EditHelpLine( "Decrease/increase stop at cur beat", EDIT_BUTTON_STOP_DOWN, EDIT_BUTTON_STOP_UP ),