small fix

This commit is contained in:
Artem Pavlenko 2012-01-31 12:00:36 +00:00
parent e00e8f98aa
commit a395f974f3

View file

@ -109,7 +109,6 @@ void text_symbolizer_helper<FaceManagerT, DetectorT>::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<double> gbox = t_.forward(geom.envelope(), prj_trans_);