minor cleanup
This commit is contained in:
parent
43d44da147
commit
ae6b65d25b
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ int main (int argc, char** argv)
|
|||
if (extent.valid())
|
||||
{
|
||||
std::clog << extent << std::endl;
|
||||
//mapnik::box2d<double> extent_d(extent.minx(), extent.miny(), extent.maxx(), extent.maxy());
|
||||
mapnik::quad_tree<std::pair<std::size_t, std::size_t>> tree(extent, depth, ratio);
|
||||
for (auto const& item : boxes)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue