diff --git a/include/ignition/math/Cylinder.hh b/include/ignition/math/Cylinder.hh index 228f73f86..161e5a48e 100644 --- a/include/ignition/math/Cylinder.hh +++ b/include/ignition/math/Cylinder.hh @@ -100,10 +100,6 @@ namespace ignition public: void SetRotationalOffset( const Quaternion &_rotOffset); - /// \brief Set the length in meters. - /// \param[in] _length The length of the cylinder in meters. - public: void SetLength(const Precision _length) const; - /// \brief Get the material associated with this cylinder. /// \return The material assigned to this cylinder public: const Material &Mat() const;