Avoid shadowed variable
This commit is contained in:
parent
2c85de3ab2
commit
675bd39e8a
|
@ -868,7 +868,6 @@ void DIALOG_PLOT::Plot( wxCommandEvent& event )
|
|||
|
||||
LOCALE_IO toggle;
|
||||
|
||||
BOARD* board = m_parent->GetBoard();
|
||||
PLOTTER* plotter = StartPlotBoard( board, &m_plotOpts, layer, fn.GetFullPath(), wxEmptyString );
|
||||
|
||||
// Print diags in messages box:
|
||||
|
|
Loading…
Reference in New Issue