Fix a incorrect code after a old other code change.
This commit is contained in:
parent
76fd1e6f5a
commit
b482deb8b0
|
@ -104,7 +104,6 @@ DIALOG_PRINT_PCBNEW::DIALOG_PRINT_PCBNEW( PCB_BASE_EDIT_FRAME* aParent, PCBNEW_P
|
|||
DIALOG_PRINT_GENERIC( aParent, aSettings ), m_parent( aParent )
|
||||
{
|
||||
m_config = Kiface().KifaceSettings();
|
||||
memset( m_layers, 0, sizeof( m_layers ) );
|
||||
|
||||
createExtraOptions();
|
||||
createLeftPanel();
|
||||
|
|
Loading…
Reference in New Issue