diff --git a/eeschema/libedit.cpp b/eeschema/libedit.cpp index fc9aa63e68..eadf7d5bff 100644 --- a/eeschema/libedit.cpp +++ b/eeschema/libedit.cpp @@ -549,10 +549,6 @@ void LIB_EDIT_FRAME::DeleteOnePart( wxCommandEvent& event ) if( !libEntry ) { - msg.Printf( _( "Entry '%s' not found in library '%s'." ), - GetChars( libEntry->GetName() ), - GetChars( lib->GetName() ) ); - DisplayError( this, msg ); return; }