Remove commented out GetStandardLayerName()

This commit is contained in:
Dick Hollenbeck 2016-01-20 18:04:56 +01:00 committed by Maciej Suminski
parent 74b498d92d
commit 364776a5d4
1 changed files with 0 additions and 2 deletions

View File

@ -804,9 +804,7 @@ void DIALOG_PLOT::Plot( wxCommandEvent& event )
if( m_plotOpts.GetFormat() == PLOT_FORMAT_GERBER && m_useGerberExtensions->GetValue() )
file_ext = GetGerberProtelExtension( layer );
// Create file name (from the English default layer name for non copper layers).
BuildPlotFileName( &fn, outputDir.GetPath(),
// m_board->GetStandardLayerName( layer ),
m_board->GetLayerName( layer ),
file_ext );