diff --git a/modules/base/translation/statictranslation.cpp b/modules/base/translation/statictranslation.cpp index 894c0f68e7..58f89177e0 100644 --- a/modules/base/translation/statictranslation.cpp +++ b/modules/base/translation/statictranslation.cpp @@ -33,7 +33,6 @@ namespace { "Position", "This value is used as a static offset (in meters) that is applied to the scene " "graph node that this transformation is attached to relative to its parent.", - // @VISIBILITY(2.25) openspace::properties::Property::Visibility::User }; diff --git a/modules/kameleonvolume/rendering/renderablekameleonvolume.cpp b/modules/kameleonvolume/rendering/renderablekameleonvolume.cpp index 96b948be76..5ee8b4e9b4 100644 --- a/modules/kameleonvolume/rendering/renderablekameleonvolume.cpp +++ b/modules/kameleonvolume/rendering/renderablekameleonvolume.cpp @@ -104,7 +104,6 @@ namespace { "LowerValueBound", "Lower Value Bound", "", // @TODO Missing documentation - // @VISIBILITY(?) openspace::properties::Property::Visibility::AdvancedUser }; @@ -112,7 +111,6 @@ namespace { "UpperValueBound", "Upper Value Bound", "", // @TODO Missing documentation - // @VISIBILITY(?) openspace::properties::Property::Visibility::AdvancedUser }; diff --git a/modules/multiresvolume/rendering/renderablemultiresvolume.cpp b/modules/multiresvolume/rendering/renderablemultiresvolume.cpp index 805e8f8fe0..3f8ee49dfa 100644 --- a/modules/multiresvolume/rendering/renderablemultiresvolume.cpp +++ b/modules/multiresvolume/rendering/renderablemultiresvolume.cpp @@ -79,7 +79,6 @@ namespace { "CurrentTime", "Current Time", "", // @TODO Missing documentation - // @VISIBILITY(2.5) openspace::properties::Property::Visibility::User }; @@ -87,7 +86,6 @@ namespace { "MemoryBudget", "Memory Budget", "", // @TODO Missing documentation - // @VISIBILITY(3.5) openspace::properties::Property::Visibility::AdvancedUser }; @@ -95,7 +93,6 @@ namespace { "StreamingBudget", "Streaming Budget", "", // @TODO Missing documentation - // @VISIBILITY(3.5) openspace::properties::Property::Visibility::AdvancedUser }; @@ -103,7 +100,6 @@ namespace { "UseGlobalTime", "Global Time", "", // @TODO Missing documentation - // @VISIBILITY(2.5) openspace::properties::Property::Visibility::User }; @@ -118,7 +114,6 @@ namespace { "Selector", "Brick Selector", "", // @TODO Missing documentation - // @VISIBILITY(3.5) openspace::properties::Property::Visibility::AdvancedUser };