Remove PROMPT_INFO / PROMPT_GCODE_INFO (#15210)

This commit is contained in:
Scott Lahteine
2019-09-09 15:43:06 -05:00
committed by GitHub
parent 3c3a956a17
commit 841c8ce0d9
6 changed files with 3 additions and 20 deletions

View File

@ -61,9 +61,6 @@ void GcodeSuite::M24() {
}
#if ENABLED(HOST_ACTION_COMMANDS)
#if ENABLED(HOST_PROMPT_SUPPORT)
host_prompt_open(PROMPT_INFO, PSTR("Resume SD"));
#endif
#ifdef ACTION_ON_RESUME
host_action_resume();
#endif