mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Remove remains of visibility voting
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user