Remove not needed initialization

This commit is contained in:
Malin E
2022-09-23 15:35:29 +02:00
parent ac79e4dc07
commit 71a2cf685a

View File

@@ -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