Deleted UpperLimitInfo from satellites because only smallbody uses it

This commit is contained in:
GPayne
2020-03-24 17:20:49 -06:00
parent 050029f16b
commit cf7fcd9f03

View File

@@ -75,12 +75,6 @@ namespace {
"Trail Fade",
"This value determines how fast the trail fades and is an appearance property. "
};
static const openspace::properties::Property::PropertyInfo UpperLimitInfo = {
"UpperLimit",
"Upper Limit",
"Upper limit on the number of objects for this renderable, regardless of "
"how many objects are contained in the data file"
};
}
namespace openspace {
@@ -97,12 +91,6 @@ documentation::Documentation RenderableSatellites::Documentation() {
Optional::No,
SegmentsInfo.description
},
{
UpperLimitInfo.identifier,
new IntVerifier,
Optional::Yes,
UpperLimitInfo.description
},
{
PathInfo.identifier,
new StringVerifier,