From 74dd221e60140fa7eb0fe73b36f4083a7866b3c4 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Sun, 29 Aug 2021 20:52:16 +0100 Subject: [PATCH] src/Viewer/splash.cxx: removed CompositeViewer startup message. --- src/Viewer/splash.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Viewer/splash.cxx b/src/Viewer/splash.cxx index 2305f30e4..4c904e6f7 100644 --- a/src/Viewer/splash.cxx +++ b/src/Viewer/splash.cxx @@ -205,12 +205,6 @@ void SplashScreen::createNodes() nullptr, -1.0, osg::Vec4(1.0, 0.0, 0.0, 1.0)); } - if (fgGetBool("/sim/rendering/composite-viewer-enabled")) { - addText(geode, osg::Vec2(0.5f, 0.65f), 0.03, - "CompositeViewer", - osgText::Text::CENTER_CENTER, - nullptr, -1.0, osg::Vec4(1.0, 0.0, 0.0, 1.0)); - } #ifndef NDEBUG addText(geode, osg::Vec2(0.5f, 0.75f), 0.03, "Debug build",