Fixed idiotic merge error in busentry handling

This commit is contained in:
Lorenzo Marcantonio 2013-04-02 18:04:12 +02:00
parent 4881e6477f
commit e41536484b
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 )
return;
{
DisplayError( this, wxT( "SetBusEntryType: Bad StructType" ) );
return;
}
/* Put old item in undo list if it is not currently in edit */
if( BusEntry->GetFlags() == 0 )