diff --git a/eeschema/symbol_editor/symbol_edit_frame.cpp b/eeschema/symbol_editor/symbol_edit_frame.cpp index 7d9f9f20f0..dca51059cb 100644 --- a/eeschema/symbol_editor/symbol_edit_frame.cpp +++ b/eeschema/symbol_editor/symbol_edit_frame.cpp @@ -536,7 +536,6 @@ bool SYMBOL_EDIT_FRAME::CanCloseSymbolFromSchematic( bool doClose ) if( doClose ) { - GetInfoBar()->ShowMessageFor( wxEmptyString, 1 ); SetCurSymbol( nullptr, false ); updateTitle(); }