remove dead code
This commit is contained in:
parent
a49e1d075e
commit
27b4faf4e7
2 changed files with 0 additions and 8 deletions
|
@ -203,8 +203,6 @@ struct raster_markers_rasterizer_dispatch : mapnik::noncopyable
|
|||
typedef agg::pixfmt_custom_blend_rgba<blender_type, BufferType> pixfmt_comp_type;
|
||||
typedef agg::renderer_base<pixfmt_comp_type> renderer_base;
|
||||
|
||||
|
||||
|
||||
raster_markers_rasterizer_dispatch(image_data_32 const& src,
|
||||
agg::trans_affine const& marker_trans,
|
||||
markers_symbolizer const& sym,
|
||||
|
|
|
@ -116,12 +116,6 @@ public:
|
|||
curved_stroked_(curved_),
|
||||
attributes_(attributes) {}
|
||||
|
||||
//svg_renderer_agg(svg_renderer_agg const& rhs)
|
||||
// : source_(rhs.source_),
|
||||
// curved_(source_),
|
||||
// curved_stroked_(curved_),
|
||||
// attributes_(rhs.attributes_) {}
|
||||
|
||||
template <typename Rasterizer, typename Scanline, typename Renderer>
|
||||
void render_gradient(Rasterizer& ras,
|
||||
Scanline& sl,
|
||||
|
|
Loading…
Add table
Reference in a new issue