diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-20 17:11:27 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-20 17:12:21 +0200 |
commit | 2e778f953bf6efb71f0b000a9b930a245b3b11e0 (patch) | |
tree | c6efe57a95854c248db69d71c4ac1759a46859be /filter-accela | |
parent | 957a2bf95fed2362d50de64721642dbc0bd8f911 (diff) |
fix wrt spline api
Diffstat (limited to 'filter-accela')
-rw-r--r-- | filter-accela/ftnoir_filter_accela.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/filter-accela/ftnoir_filter_accela.cpp b/filter-accela/ftnoir_filter_accela.cpp index a0c48ff1..51b5d6e9 100644 --- a/filter-accela/ftnoir_filter_accela.cpp +++ b/filter-accela/ftnoir_filter_accela.cpp @@ -179,12 +179,6 @@ void settings_accela::make_splines(spline& rot, spline& pos) rot = spline(); pos = spline(); - rot.set_max_input(rot_gains[0].x); - rot.set_max_output(rot_gains[0].y); - - pos.set_max_input(pos_gains[0].x); - pos.set_max_output(pos_gains[0].y); - for (const auto& val : rot_gains) rot.add_point(QPointF(val.x, val.y)); |