avoid duplicate call to start_layer_processing

Conflicts:
	include/mapnik/feature_style_processor_impl.hpp
This commit is contained in:
Dane Springmeyer 2013-12-07 15:09:35 -08:00
parent ad431baef2
commit 3376a2e1a0

View file

@ -424,8 +424,6 @@ void feature_style_processor<Processor>::prepare_layer(layer_rendering_material
}
}
p.start_layer_processing(lay, layer_ext2);
std::vector<rule_cache> & rule_caches = mat.rule_caches_;
attribute_collector collector(names);