remove extra empty lines

This commit is contained in:
Artem Pavlenko 2012-01-17 13:32:26 -05:00 committed by Artem Pavlenko
parent 50b5d06a48
commit b838d17680

View file

@ -33,8 +33,6 @@ void agg_renderer<T>::process(text_symbolizer const& sym,
Feature const& feature,
proj_transform const& prj_trans)
{
// Use a boost::ptr_vector here instread of std::vector?
std::vector<geometry_type*> geometries_to_process;
unsigned num_geom = feature.num_geometries();