minor compil warning (unused var)
This commit is contained in:
parent
9c113b25a4
commit
3f24e0eb09
|
@ -1037,7 +1037,6 @@ int DRAWING_TOOL::DrawTable( const TOOL_EVENT& aEvent )
|
|||
|
||||
REENTRANCY_GUARD guard( &m_inDrawingTool );
|
||||
|
||||
COMMON_SETTINGS* common_settings = Pgm().GetCommonSettings();
|
||||
PCB_TABLE* table = nullptr;
|
||||
const BOARD_DESIGN_SETTINGS& bds = m_frame->GetDesignSettings();
|
||||
BOARD_COMMIT commit( m_frame );
|
||||
|
|
Loading…
Reference in New Issue