Remove a incorrect code, unfortunately not removed after another (old) code change.

This commit is contained in:
jean-pierre charras 2020-06-17 12:54:09 +02:00
parent 5db2b6ed8d
commit 55c0bd7ae3
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ DIALOG_PRINT_PCBNEW::DIALOG_PRINT_PCBNEW( PCB_BASE_EDIT_FRAME* aParent, PCBNEW_P
DIALOG_PRINT_GENERIC( aParent, aSettings ), m_parent( aParent ) DIALOG_PRINT_GENERIC( aParent, aSettings ), m_parent( aParent )
{ {
m_config = Kiface().KifaceSettings(); m_config = Kiface().KifaceSettings();
memset( m_layers, 0, sizeof( m_layers ) );
createExtraOptions(); createExtraOptions();
createLeftPanel(); createLeftPanel();