diff --git a/src/symbolizer_helpers.cpp b/src/symbolizer_helpers.cpp index e802fcb6e..47cbbd82c 100644 --- a/src/symbolizer_helpers.cpp +++ b/src/symbolizer_helpers.cpp @@ -109,7 +109,6 @@ void text_symbolizer_helper::initialize_geometries() largest_box_only = true; if (sym_.get_minimum_path_length() > 0) { - largest_box_only = true; // TODO - find less costly method than fetching full envelope box2d gbox = t_.forward(geom.envelope(), prj_trans_);