aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/chelper/__init__.py')
-rw-r--r--klippy/chelper/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/klippy/chelper/__init__.py b/klippy/chelper/__init__.py
index 51f59e59..fd8b60a6 100644
--- a/klippy/chelper/__init__.py
+++ b/klippy/chelper/__init__.py
@@ -55,10 +55,6 @@ defs_itersolve = """
"""
defs_kin_cartesian = """
- int32_t stepcompress_push(struct stepcompress *sc, double step_clock
- , int32_t sdir);
- int32_t stepcompress_push_const(struct stepcompress *sc, double clock_offset
- , double step_offset, double steps, double start_sv, double accel);
struct stepper_kinematics *cartesian_stepper_alloc(char axis);
"""