Fixed idiotic merge error in busentry handling

This commit is contained in:
Lorenzo Marcantonio 2013-04-02 18:04:12 +02:00
parent f4d6430eb0
commit 23981977f3
1 changed files with 0 additions and 4 deletions

View File

@ -73,10 +73,6 @@ void SCH_EDIT_FRAME::SetBusEntryShape( wxDC* DC, SCH_BUS_ENTRY_BASE* BusEntry, c
{ {
if( BusEntry == NULL ) if( BusEntry == NULL )
return; return;
{
DisplayError( this, wxT( "SetBusEntryType: Bad StructType" ) );
return;
}
/* Put old item in undo list if it is not currently in edit */ /* Put old item in undo list if it is not currently in edit */
if( BusEntry->GetFlags() == 0 ) if( BusEntry->GetFlags() == 0 )