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_;