From 24ce0f4b91ae359f8df29c1fef994ac8eed711b6 Mon Sep 17 00:00:00 2001 From: artemp Date: Wed, 23 Oct 2013 17:44:04 +0100 Subject: [PATCH] remove unused member variable --- plugins/input/geojson/geojson_featureset.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/input/geojson/geojson_featureset.hpp b/plugins/input/geojson/geojson_featureset.hpp index 57acffd99..dc4d7cb2e 100644 --- a/plugins/input/geojson/geojson_featureset.hpp +++ b/plugins/input/geojson/geojson_featureset.hpp @@ -39,7 +39,6 @@ public: mapnik::feature_ptr next(); private: - mapnik::box2d box_; std::vector const& features_; const std::deque index_array_; std::deque::const_iterator index_itr_;