Do not force vias to be substracted from silkscreen in pcbnew gerber plot

This commit is contained in:
Marco Mattila 2012-10-28 22:51:47 +02:00
parent 4e61451c9c
commit efa0286f26
1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ void PlotOneBoardLayer( BOARD *aBoard, PLOTTER* aPlotter, int aLayer,
if( aPlotter->GetPlotterType() == PLOT_FORMAT_GERBER
&& plotOpt.GetSubtractMaskFromSilk() )
{
plotOpt.SetPlotViaOnMaskLayer( true );
if( aLayer == SILKSCREEN_N_FRONT )
layer_mask = GetLayerMask( SOLDERMASK_N_FRONT );
else