remove dead code

This commit is contained in:
artemp 2014-06-04 18:12:35 +01:00
parent a49e1d075e
commit 27b4faf4e7
2 changed files with 0 additions and 8 deletions

View file

@ -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,

View file

@ -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,