Fix compiler warning sketch/Marlin_main.cpp:5737:15: warning: unused variable 'area' [-Wunused-variable]
This variable was unused even in "Initial commit".
This commit is contained in:
parent
97ec55b951
commit
3a532a46bb
1 changed files with 0 additions and 2 deletions
|
@ -5733,8 +5733,6 @@ Sigma_Exit:
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
float area = .0;
|
||||
if(code_seen('D')) {
|
||||
float diameter = (float)code_value();
|
||||
if (diameter == 0.0) {
|
||||
|
|
Loading…
Reference in a new issue