summaryrefslogtreecommitdiffhomepage
path: root/logic/pipeline.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/pipeline.hpp')
-rw-r--r--logic/pipeline.hpp1
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;