Toponaming: remove unused method with compile warnings

This commit is contained in:
bgbsww
2024-06-02 13:37:01 -04:00
committed by Chris Hennes
parent 26714820cd
commit 77fc1de6c3
2 changed files with 0 additions and 10 deletions

View File

@@ -278,12 +278,4 @@ std::vector<const char*> GeoFeature::getElementTypes(bool /*all*/) const
return prop->getComplexData()->getElementTypes();
}
std::vector<Data::IndexedName> GeoFeature::getHigherElements(const char* element, bool silent) const
{
auto prop = getPropertyOfGeometry();
if (!prop) {
return {};
}
return prop->getComplexData()->getHigherElements(element, silent);
}
#endif