mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-20 17:51:19 -05:00
Remove cygnet groups
This commit is contained in:
@@ -52,6 +52,10 @@ void SelectionProperty::addOption(Option option) {
|
||||
_options.push_back(std::move(option));
|
||||
}
|
||||
|
||||
void SelectionProperty::removeOptions(){
|
||||
_options.clear();
|
||||
}
|
||||
|
||||
const std::vector<SelectionProperty::Option>& SelectionProperty::options() const {
|
||||
return _options;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user