these declares appear unneeded now

This commit is contained in:
Dane Springmeyer 2016-09-02 11:07:56 -07:00
parent 9255404983
commit cc446f8ed7

View file

@ -111,10 +111,6 @@ protected:
evaluated_text_properties_ptr text_props_;
};
namespace geometry {
MAPNIK_DECL mapnik::box2d<double> envelope(mapnik::base_symbolizer_helper::geometry_cref const& geom);
}
// Helper object that does all the TextSymbolizer placement finding
// work except actually rendering the object.
@ -163,10 +159,6 @@ protected:
void init_marker() const;
};
namespace geometry {
MAPNIK_DECL mapnik::box2d<double> envelope(mapnik::base_symbolizer_helper::geometry_cref const& geom);
}
} //namespace mapnik
#endif // SYMBOLIZER_HELPERS_HPP