Remove old incorrect code.
This commit is contained in:
parent
40b2038cf6
commit
f056713ceb
|
@ -84,8 +84,6 @@ DIALOG_EXPORT_SVG::DIALOG_EXPORT_SVG( PCB_EDIT_FRAME* aParent, BOARD* aBoard ) :
|
||||||
m_oneFileOnly( false ),
|
m_oneFileOnly( false ),
|
||||||
m_lineWidth( aParent, m_penWidthLabel, m_penWidthCtrl, m_penWidthUnits, true )
|
m_lineWidth( aParent, m_penWidthLabel, m_penWidthCtrl, m_penWidthUnits, true )
|
||||||
{
|
{
|
||||||
memset( m_boxSelectLayer, 0, sizeof( m_boxSelectLayer ) );
|
|
||||||
|
|
||||||
m_browseButton->SetBitmap( KiBitmap( folder_xpm ) );
|
m_browseButton->SetBitmap( KiBitmap( folder_xpm ) );
|
||||||
|
|
||||||
initDialog();
|
initDialog();
|
||||||
|
|
Loading…
Reference in New Issue