From 733e5a976b31c3cbbd6b69b94ff0193697e43118 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Tue, 6 Oct 2020 12:13:14 +0200
Subject: [PATCH] rm unused declaration

---
 Core/Tools/PyFmt.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Core/Tools/PyFmt.h b/Core/Tools/PyFmt.h
index ee3f3fb3a52..208d720ef35 100644
--- a/Core/Tools/PyFmt.h
+++ b/Core/Tools/PyFmt.h
@@ -44,7 +44,6 @@ std::string printRealLimitsArg(const RealLimits& limits, const std::string& unit
 bool isSquare(double length1, double length2, double angle);
 bool isHexagonal(double length1, double length2, double angle);
 std::string printKvector(const kvector_t value);
-bool isDefaultDirection(const kvector_t direction);
 
 //! Returns a string of blanks with given width. By default
 //! the width equals standard offset in python files.
-- 
GitLab