Don't force symbol to have a library (KICAD-74K).

(cherry picked from commit 233da7934d)
This commit is contained in:
Jeff Young
2025-07-08 08:44:23 +01:00
parent 416337ddbd
commit c72c7891c6
-2
View File
@@ -848,8 +848,6 @@ int SYMBOL_EDITOR_CONTROL::AddSymbolToSchematic( const TOOL_EVENT& aEvent )
return 0;
}
wxCHECK( libSymbol->GetLibId().IsValid(), 0 );
SCH_SYMBOL* symbol = new SCH_SYMBOL( *libSymbol, libId, &schframe->GetCurrentSheet(),
unit, bodyStyle );