mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 19:09:23 -05:00
Remove unused Rotation constructor
This commit is contained in:
@@ -66,12 +66,6 @@ ghoul::mm_unique_ptr<Rotation> Rotation::createFromDictionary(
|
||||
|
||||
Rotation::Rotation() : properties::PropertyOwner({ "Rotation" }) {}
|
||||
|
||||
// @TODO (abock, 2021-03-25) This constructor can probably die since it doesn't do any
|
||||
// above the default constructor
|
||||
Rotation::Rotation(const ghoul::Dictionary&)
|
||||
: properties::PropertyOwner({ "Rotation" })
|
||||
{}
|
||||
|
||||
void Rotation::requireUpdate() {
|
||||
_needsUpdate = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user