Remove unused GetPcbThickness() function in PANEL_SETUP_BOARD_STACKUP
The function used now is computeBoardThickness()
This commit is contained in:
parent
33a3cfc87b
commit
d62a5ecf46
|
@ -115,7 +115,6 @@ public:
|
||||||
wxColor GetSelectedColor( int aRow ) const;
|
wxColor GetSelectedColor( int aRow ) const;
|
||||||
|
|
||||||
BOARD_STACKUP& GetStackup() { return m_stackup; }
|
BOARD_STACKUP& GetStackup() { return m_stackup; }
|
||||||
int GetPcbThickness();
|
|
||||||
|
|
||||||
// Called by wxWidgets: transfer current settings stored in m_stackup to the board
|
// Called by wxWidgets: transfer current settings stored in m_stackup to the board
|
||||||
bool TransferDataFromWindow() override;
|
bool TransferDataFromWindow() override;
|
||||||
|
|
Loading…
Reference in New Issue