-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.55..v0.2.56 changeset NonBuildingAreaCriterion.cpp
Garret Voltz edited this page Aug 14, 2020
·
3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/NonBuildingAreaCriterion.cpp b/hoot-core/src/main/cpp/hoot/core/criterion/NonBuildingAreaCriterion.cpp
index fabd0a0..fbdc158 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/NonBuildingAreaCriterion.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/NonBuildingAreaCriterion.cpp
@@ -39,15 +39,6 @@ namespace hoot
HOOT_FACTORY_REGISTER(ElementCriterion, NonBuildingAreaCriterion)
-NonBuildingAreaCriterion::NonBuildingAreaCriterion()
-{
-}
-
-NonBuildingAreaCriterion::NonBuildingAreaCriterion(ConstOsmMapPtr map) :
-_map(map)
-{
-}
-
bool NonBuildingAreaCriterion::isSatisfied(const ConstElementPtr& e) const
{
const bool isArea = AreaCriterion(_map).isSatisfied(e);