From 3fb8c03efa87b3e131a4146081e2012bcbd79344 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Thu, 13 May 2021 21:40:20 +0200
Subject: [PATCH] [MaL] Remove unused type declaration FP_T.

---
 MathLib/TemplatePoint.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MathLib/TemplatePoint.h b/MathLib/TemplatePoint.h
index e4b971cfa90..a6888ce3c97 100644
--- a/MathLib/TemplatePoint.h
+++ b/MathLib/TemplatePoint.h
@@ -36,8 +36,6 @@ namespace MathLib
 template <typename T, std::size_t DIM = 3> class TemplatePoint
 {
 public:
-    using FP_T = T;
-
     /** default constructor with zero coordinates */
     TemplatePoint();
 
-- 
GitLab