From 33c339ed31d04757836600c5167628ade92acfef Mon Sep 17 00:00:00 2001 From: aniisaaden Date: Fri, 7 Aug 2020 14:38:05 +0200 Subject: [PATCH] Color update --- modules/softwareintegration/softwareintegrationmodule.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/softwareintegration/softwareintegrationmodule.cpp b/modules/softwareintegration/softwareintegrationmodule.cpp index d4833658dd..e251eaa7dc 100644 --- a/modules/softwareintegration/softwareintegrationmodule.cpp +++ b/modules/softwareintegration/softwareintegrationmodule.cpp @@ -396,10 +396,6 @@ namespace openspace { counter++; } - const Renderable* myrenderable = renderable(identifier); - - properties::Property* colorProperty = myrenderable->property("Color"); - LERROR(fmt::format("Identifier: {}", identifier)); LERROR(fmt::format("Color: {}", value));