From 3f24e0eb09bd39132d713e259095bbdade8f5122 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 4 Apr 2024 09:52:28 +0200 Subject: [PATCH] minor compil warning (unused var) --- pcbnew/tools/drawing_tool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/tools/drawing_tool.cpp b/pcbnew/tools/drawing_tool.cpp index 1c3de8bed8..655221df19 100644 --- a/pcbnew/tools/drawing_tool.cpp +++ b/pcbnew/tools/drawing_tool.cpp @@ -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 );