Remove overzealous assert.
This commit is contained in:
parent
4e3fe6c55d
commit
93caff0ac1
|
@ -718,7 +718,7 @@ int SCH_REFERENCE_LIST::CheckAnnotation( REPORTER& aReporter )
|
|||
SCH_REFERENCE::SCH_REFERENCE( SCH_COMPONENT* aComponent, LIB_PART* aLibPart,
|
||||
SCH_SHEET_PATH& aSheetPath )
|
||||
{
|
||||
wxASSERT( aComponent != NULL && aLibPart != NULL );
|
||||
wxASSERT( aComponent != NULL );
|
||||
|
||||
m_RootCmp = aComponent;
|
||||
m_Entry = aLibPart;
|
||||
|
|
Loading…
Reference in New Issue