From b482deb8b09ceb9bac07b3af85404b16d545c7ea Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 18 Jun 2020 12:53:06 +0200 Subject: [PATCH] Fix a incorrect code after a old other code change. --- pcbnew/dialogs/dialog_print_pcbnew.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/dialogs/dialog_print_pcbnew.cpp b/pcbnew/dialogs/dialog_print_pcbnew.cpp index 00c1d54d6f..9e5559f518 100644 --- a/pcbnew/dialogs/dialog_print_pcbnew.cpp +++ b/pcbnew/dialogs/dialog_print_pcbnew.cpp @@ -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();