Remove non existing OnSize event in SYMBOL_EDIT_FRAME EVENT_TABLE
This commit is contained in:
parent
ad5d3d4eba
commit
d62d775115
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue