From db477a36673fc24ea3f065803072526278c43975 Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <josephmirabel@gmail.com>
Date: Sun, 12 Jun 2016 20:10:01 +0200
Subject: [PATCH] Remove Quaternion3f operator-

---
 include/hpp/fcl/math/transform.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/hpp/fcl/math/transform.h b/include/hpp/fcl/math/transform.h
index 56c14c9b..bd5d6d80 100644
--- a/include/hpp/fcl/math/transform.h
+++ b/include/hpp/fcl/math/transform.h
@@ -148,10 +148,6 @@ public:
     return *this;
   }
 
-  /// @brief minus
-  Quaternion3f operator - (const Quaternion3f& other) const;
-  const Quaternion3f& operator -= (const Quaternion3f& other);
-
   /// @brief multiplication
   inline Quaternion3f operator * (const Quaternion3f& other) const
   {
-- 
GitLab