Fix compiler warning sketch/Marlin_main.cpp:9099:7: warning: unused variable 'response' [-Wunused-variable].

This commit is contained in:
Marek Bel 2018-08-02 21:46:50 +02:00
parent e13e3a9dc4
commit d3360c6868
1 changed files with 0 additions and 1 deletions

View File

@ -9096,7 +9096,6 @@ void M600_wait_for_user() {
void mmu_M600_load_filament(bool automatic)
{
//load filament for mmu v2
bool response = false;
bool yes = false;
if (!automatic)
{