diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-28 08:37:28 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-28 08:58:40 +0100 | 
| commit | 5114e97eb6201f381ded886b2d360524b5189a75 (patch) | |
| tree | 7e63698f881b2895ef9caf8fdf77e7aef155d3db /logic/pipeline.hpp | |
| parent | 9911d062318256b3e6c494a132c7b77df98f3125 (diff) | |
logic/pipeline: kill clamp_value()
Diffstat (limited to 'logic/pipeline.hpp')
| -rw-r--r-- | logic/pipeline.hpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/logic/pipeline.hpp b/logic/pipeline.hpp index fa32ec1e..28fe20f5 100644 --- a/logic/pipeline.hpp +++ b/logic/pipeline.hpp @@ -108,7 +108,6 @@ class OTR_LOGIC_EXPORT pipeline : private QThread      void run() override;      bool maybe_enable_center_on_tracking_started();      void maybe_set_center_pose(const Pose& value, bool own_center_logic); -    Pose clamp_value(Pose value) const;      Pose apply_center(Pose value) const;      std::tuple<Pose, Pose, vec6_bool> get_selected_axis_values(const Pose& newpose) const;      Pose maybe_apply_filter(const Pose& value) const; | 
