Skip to content

v0.2.55..v0.2.56 changeset BoundedCommand.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/BoundedCommand.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/BoundedCommand.cpp
index 16817c3..57e70dc 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/BoundedCommand.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/BoundedCommand.cpp
@@ -35,10 +35,6 @@
 namespace hoot
 {
 
-BoundedCommand::BoundedCommand()
-{
-}
-
 int BoundedCommand::runSimple(QStringList& args)
 {
   if (args.contains("--write-bounds"))
Clone this wiki locally