minor compil warning (unused var)

This commit is contained in:
jean-pierre charras 2024-04-04 09:52:28 +02:00
parent 9c113b25a4
commit 3f24e0eb09
1 changed files with 0 additions and 1 deletions

View File

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