diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-10-29 12:23:19 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-06 15:51:51 -0500 |
commit | 797dcfcb1218194077d37dd53575c19c4af710c5 (patch) | |
tree | 23a9a6851d2b6a2193adba94bec0a3e699b291aa /klippy/chelper/itersolve.h | |
parent | bd3c8920f617e0159e7d73b97efb9fd36fc8508b (diff) | |
download | kutter-797dcfcb1218194077d37dd53575c19c4af710c5.tar.gz kutter-797dcfcb1218194077d37dd53575c19c4af710c5.tar.xz kutter-797dcfcb1218194077d37dd53575c19c4af710c5.zip |
itersolve: Remove unused gen_steps()
Eliminate the old gen_steps() call now that all callers have been
converted to the newer trapq based generate_steps().
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/chelper/itersolve.h')
-rw-r--r-- | klippy/chelper/itersolve.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/chelper/itersolve.h b/klippy/chelper/itersolve.h index e7548849..9f622424 100644 --- a/klippy/chelper/itersolve.h +++ b/klippy/chelper/itersolve.h @@ -24,7 +24,6 @@ struct stepper_kinematics { sk_post_callback post_cb; }; -int32_t itersolve_gen_steps(struct stepper_kinematics *sk, struct move *m); int32_t itersolve_generate_steps(struct stepper_kinematics *sk , double flush_time); double itersolve_check_active(struct stepper_kinematics *sk, double flush_time); |