From 71a2cf685af153286426094863025c050c993233 Mon Sep 17 00:00:00 2001 From: Malin E Date: Fri, 23 Sep 2022 15:35:29 +0200 Subject: [PATCH] Remove not needed initialization --- modules/space/rendering/renderableconstellationsbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/space/rendering/renderableconstellationsbase.h b/modules/space/rendering/renderableconstellationsbase.h index 72dadb5b21..1987750db0 100644 --- a/modules/space/rendering/renderableconstellationsbase.h +++ b/modules/space/rendering/renderableconstellationsbase.h @@ -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 _labels = nullptr; + // Everything related to the labels is handled by LabelsComponent + std::unique_ptr _labels; }; } // namespace openspace