started hacking on the new conveyor model
[clinton/Smoothieware.git] / src / libs / Kernel.h
index 77398fc..6434b7a 100644 (file)
@@ -24,7 +24,6 @@ class SerialConsole;
 class StreamOutputPool;
 class GcodeDispatch;
 class Robot;
-class Stepper;
 class Planner;
 class StepTicker;
 class Adc;
@@ -60,7 +59,6 @@ class Kernel {
         StreamOutputPool* streams;
         GcodeDispatch*    gcode_dispatch;
         Robot*            robot;
-        Stepper*          stepper;
         Planner*          planner;
         Config*           config;
         Conveyor*         conveyor;