Skip to content

v0.2.49..v0.2.50 changeset OsmXmlReader.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmXmlReader.h b/hoot-core/src/main/cpp/hoot/core/io/OsmXmlReader.h
index 56af7e5..824e0f5 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmXmlReader.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmXmlReader.h
@@ -30,9 +30,9 @@
 // Hoot
 #include <hoot/core/elements/Tags.h>
 #include <hoot/core/io/PartialOsmMapReader.h>
-#include <hoot/core/util/Units.h>
 #include <hoot/core/util/Boundable.h>
 #include <hoot/core/util/Configurable.h>
+#include <hoot/core/util/Units.h>
 
 // Qt
 #include <QHash>
@@ -83,8 +83,6 @@ public:
 
   virtual bool isSupported(const QString& url) override;
 
-  virtual void open(const QString& url) override;
-
   virtual void read(const OsmMapPtr& map) override;
 
   void readFromString(const QString& xml, const OsmMapPtr& map);
@@ -145,7 +143,6 @@ protected:
   int _missingNodeCount;
   int _missingWayCount;
   int _badAccuracyCount;
-  QString _path;
 
   bool _keepStatusTag;
   bool _useFileStatus;
Clone this wiki locally