mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Remove not needed initialization
This commit is contained in:
@@ -105,8 +105,8 @@ private:
|
||||
// The file containing constellation names and abbreviations
|
||||
properties::StringProperty _namesFilename;
|
||||
|
||||
// Everything related to the labels are handled by LabelsComponent
|
||||
std::unique_ptr<LabelsComponent> _labels = nullptr;
|
||||
// Everything related to the labels is handled by LabelsComponent
|
||||
std::unique_ptr<LabelsComponent> _labels;
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user