remove the minimum stepper rate as it is no longer used
[clinton/Smoothieware.git] / src / libs / StepperMotor.h
index a9747f1..c995988 100644 (file)
@@ -60,7 +60,6 @@ class StepperMotor  : public Module {
         float steps_per_second;
         float steps_per_mm;
         float max_rate; // this is not really rate it is in mm/sec, misnamed used in Robot and Extruder
-        static float default_minimum_actuator_rate;
 
         volatile int32_t current_position_steps;
         int32_t last_milestone_steps;