remove unused member variable
This commit is contained in:
parent
2f93188786
commit
24ce0f4b91
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ public:
|
|||
mapnik::feature_ptr next();
|
||||
|
||||
private:
|
||||
mapnik::box2d<double> box_;
|
||||
std::vector<mapnik::feature_ptr> const& features_;
|
||||
const std::deque<std::size_t> index_array_;
|
||||
std::deque<std::size_t>::const_iterator index_itr_;
|
||||
|
|
Loading…
Reference in a new issue