Skip to content

v0.2.55..v0.2.56 changeset BuildingMatch.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatch.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatch.cpp
index 56f53ed..1b8623b 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatch.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatch.cpp
@@ -51,11 +51,6 @@ HOOT_FACTORY_REGISTER(Match, BuildingMatch)
 
 const QString BuildingMatch::MATCH_NAME = "Building";
 
-BuildingMatch::BuildingMatch() :
-Match()
-{
-}
-
 BuildingMatch::BuildingMatch(const ConstMatchThresholdPtr& mt) :
 Match(mt)
 {
Clone this wiki locally