From d62d775115e062691ae6b778dca8dffa66e886ec Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 17 Mar 2023 19:56:01 +0100 Subject: [PATCH] Remove non existing OnSize event in SYMBOL_EDIT_FRAME EVENT_TABLE --- eeschema/symbol_editor/symbol_edit_frame.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/eeschema/symbol_editor/symbol_edit_frame.cpp b/eeschema/symbol_editor/symbol_edit_frame.cpp index c18682c880..a6f8d6a02e 100644 --- a/eeschema/symbol_editor/symbol_edit_frame.cpp +++ b/eeschema/symbol_editor/symbol_edit_frame.cpp @@ -78,8 +78,6 @@ bool SYMBOL_EDIT_FRAME::m_showDeMorgan = false; BEGIN_EVENT_TABLE( SYMBOL_EDIT_FRAME, SCH_BASE_FRAME ) - EVT_SIZE( SYMBOL_EDIT_FRAME::OnSize ) - EVT_COMBOBOX( ID_LIBEDIT_SELECT_UNIT_NUMBER, SYMBOL_EDIT_FRAME::OnSelectUnit ) // menubar commands