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