From: <md...@us...> - 2008-10-24 14:55:19
|
Revision: 6319 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6319&view=rev Author: mdboom Date: 2008-10-24 14:55:14 +0000 (Fri, 24 Oct 2008) Log Message: ----------- Remove unnecessary declaration. Modified Paths: -------------- trunk/matplotlib/src/_backend_agg.cpp Modified: trunk/matplotlib/src/_backend_agg.cpp =================================================================== --- trunk/matplotlib/src/_backend_agg.cpp 2008-10-24 14:05:07 UTC (rev 6318) +++ trunk/matplotlib/src/_backend_agg.cpp 2008-10-24 14:55:14 UTC (rev 6319) @@ -823,7 +823,6 @@ typedef agg::image_accessor_clip<agg::pixfmt_rgba32> image_accessor_type; typedef agg::span_interpolator_linear<> interpolator_type; typedef agg::span_image_filter_rgba_nn<image_accessor_type, interpolator_type> image_span_gen_type; - typedef agg::renderer_scanline_aa_solid<amask_ren_type> amask_aa_renderer_type; typedef agg::renderer_scanline_aa<amask_ren_type, color_span_alloc_type, image_span_gen_type> renderer_type; color_span_alloc_type sa; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |