Remove unused Rotation constructor

This commit is contained in:
Alexander Bock
2022-04-06 01:12:50 +02:00
parent f4115f9bea
commit 21babb88c0
2 changed files with 1 additions and 8 deletions
+1 -2
View File
@@ -44,7 +44,7 @@ public:
static ghoul::mm_unique_ptr<Rotation> createFromDictionary(
const ghoul::Dictionary& dictionary);
Rotation(const ghoul::Dictionary& dictionary);
Rotation();
virtual ~Rotation() = default;
virtual bool initialize();
@@ -56,7 +56,6 @@ public:
static documentation::Documentation Documentation();
protected:
Rotation();
void requireUpdate();
private: