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

@@ -53,8 +53,7 @@ void host_action(const char * const pstr, const bool eol=true);
PROMPT_FILAMENT_RUNOUT,
PROMPT_USER_CONTINUE,
PROMPT_FILAMENT_RUNOUT_REHEAT,
PROMPT_PAUSE_RESUME,
PROMPT_INFO
PROMPT_PAUSE_RESUME
};
extern PromptReason host_prompt_reason;