Remove unused queue.stopped_N (#16850)
This commit is contained in:
parent
082117c4bb
commit
af84e362cc
3 changed files with 2 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ GCodeQueue queue;
|
|||
* sending commands to Marlin, and lines will be checked for sequentiality.
|
||||
* M110 N<int> sets the current line number.
|
||||
*/
|
||||
long gcode_N, GCodeQueue::last_N, GCodeQueue::stopped_N = 0;
|
||||
long gcode_N, GCodeQueue::last_N;
|
||||
|
||||
/**
|
||||
* GCode Command Queue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue