Commit 23981977 authored by Lorenzo Marcantonio's avatar Lorenzo Marcantonio

Fixed idiotic merge error in busentry handling

parent f4d6430e
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment