From 944ecc8913c0ed40d6b740e49a7bcf4963fe36b1 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 24 May 2019 15:21:28 +0200 Subject: [PATCH] Remove unused vars. --- eeschema/ee_hotkeys.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/eeschema/ee_hotkeys.cpp b/eeschema/ee_hotkeys.cpp index 94cab20423..22fb4d1131 100644 --- a/eeschema/ee_hotkeys.cpp +++ b/eeschema/ee_hotkeys.cpp @@ -401,8 +401,6 @@ bool SCH_EDIT_FRAME::OnHotKey( wxDC* aDC, int aHotKey, const wxPoint& aPosition, return false; wxCommandEvent cmd( wxEVT_COMMAND_MENU_SELECTED ); - EE_SELECTION_TOOL* selTool = GetToolManager()->GetTool(); - SELECTION& selection = selTool->GetSelection(); /* Convert lower to upper case (the usual toupper function has problem * with non ascii codes like function keys */