mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Remove unused Rotation constructor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user