remove dead code
This commit is contained in:
parent
c881fee7f0
commit
8272b0b3db
1 changed files with 0 additions and 3 deletions
|
@ -89,10 +89,7 @@ void agg_renderer<T>::process(markers_symbolizer const& sym,
|
||||||
gamma_method_ = GAMMA_POWER;
|
gamma_method_ = GAMMA_POWER;
|
||||||
gamma_ = 1.0;
|
gamma_ = 1.0;
|
||||||
}
|
}
|
||||||
agg::trans_affine geom_tr;
|
|
||||||
evaluate_transform(geom_tr, feature, sym.get_transform());
|
|
||||||
agg::trans_affine tr = agg::trans_affine_scaling(scale_factor_);
|
agg::trans_affine tr = agg::trans_affine_scaling(scale_factor_);
|
||||||
|
|
||||||
if ((*mark)->is_vector())
|
if ((*mark)->is_vector())
|
||||||
{
|
{
|
||||||
using namespace mapnik::svg;
|
using namespace mapnik::svg;
|
||||||
|
|
Loading…
Reference in a new issue