Remove unused GetPcbThickness() function in PANEL_SETUP_BOARD_STACKUP

The function used now is computeBoardThickness()
This commit is contained in:
Roberto Fernandez Bautista 2021-10-09 20:35:10 +01:00
parent 33a3cfc87b
commit d62a5ecf46
1 changed files with 0 additions and 1 deletions

View File

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