got rid of duplicated commented code

This commit is contained in:
Lovisa Hassler
2018-12-18 18:09:29 -05:00
parent 4c63a5f183
commit cd07f51c2e
-13
View File
@@ -71,19 +71,6 @@ namespace {
"The static label size if no LabelSizeRange interval are set. "
};
//constexpr openspace::properties::Property::PropertyInfo TextMinSizeInfo = {
// "TextMinSize",
// "Text Min Size",
// "The minimal size (in pixels) of the text for the labels for the astronomical "
// "objects being rendered."
//};
//constexpr openspace::properties::Property::PropertyInfo TextMaxSizeInfo = {
// "TextMaxSize",
// "Text Max Size",
// "The maximum size (in pixels) of the text for the labels for the astronomical "
// "objects being rendered."
//};
constexpr openspace::properties::Property::PropertyInfo LabelSizeRangeInfo = {
"LabelSizeRange",
"Label Size Range",