From d62a5ecf46368abe2434aef5d9f40077c15ed61a Mon Sep 17 00:00:00 2001 From: Roberto Fernandez Bautista Date: Sat, 9 Oct 2021 20:35:10 +0100 Subject: [PATCH] Remove unused GetPcbThickness() function in PANEL_SETUP_BOARD_STACKUP The function used now is computeBoardThickness() --- pcbnew/board_stackup_manager/panel_board_stackup.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/board_stackup_manager/panel_board_stackup.h b/pcbnew/board_stackup_manager/panel_board_stackup.h index 5abefbf0de..263e4e1456 100644 --- a/pcbnew/board_stackup_manager/panel_board_stackup.h +++ b/pcbnew/board_stackup_manager/panel_board_stackup.h @@ -115,7 +115,6 @@ public: wxColor GetSelectedColor( int aRow ) const; BOARD_STACKUP& GetStackup() { return m_stackup; } - int GetPcbThickness(); // Called by wxWidgets: transfer current settings stored in m_stackup to the board bool TransferDataFromWindow() override;