src/Viewer/splash.cxx: removed CompositeViewer startup message.
This commit is contained in:
parent
83b0a31b76
commit
74dd221e60
1 changed files with 0 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue