From 364776a5d46952c166dce7de97c9239c0ac436dd Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Wed, 20 Jan 2016 18:04:56 +0100 Subject: [PATCH] Remove commented out GetStandardLayerName() --- pcbnew/dialogs/dialog_plot.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_plot.cpp b/pcbnew/dialogs/dialog_plot.cpp index a893c18dc5..ad9d9cac7c 100644 --- a/pcbnew/dialogs/dialog_plot.cpp +++ b/pcbnew/dialogs/dialog_plot.cpp @@ -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 );