Remove old incorrect code.

This commit is contained in:
jean-pierre charras 2020-05-21 20:09:18 +02:00
parent 40b2038cf6
commit f056713ceb
1 changed files with 0 additions and 2 deletions

View File

@ -84,8 +84,6 @@ DIALOG_EXPORT_SVG::DIALOG_EXPORT_SVG( PCB_EDIT_FRAME* aParent, BOARD* aBoard ) :
m_oneFileOnly( false ),
m_lineWidth( aParent, m_penWidthLabel, m_penWidthCtrl, m_penWidthUnits, true )
{
memset( m_boxSelectLayer, 0, sizeof( m_boxSelectLayer ) );
m_browseButton->SetBitmap( KiBitmap( folder_xpm ) );
initDialog();