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

@@ -154,9 +154,6 @@ void host_action(const char * const pstr, const bool eol) {
queue.inject_P(PSTR("M24"));
#endif
break;
case PROMPT_INFO:
msg = PSTR("GCODE_INFO");
break;
default: break;
}
say_m876_response(msg);