Fix a incorrect code after a old other code change.

This commit is contained in:
jean-pierre charras 2020-06-18 12:53:06 +02:00
parent 76fd1e6f5a
commit b482deb8b0
1 changed files with 0 additions and 1 deletions

View File

@ -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();