From c72c7891c68a304fc87cf01dfd5991c84b7fd13a Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 2 Jul 2025 22:24:38 -0600 Subject: [PATCH] Don't force symbol to have a library (KICAD-74K). (cherry picked from commit 233da7934d410ed759b63e49205da759351f818b) --- eeschema/tools/symbol_editor_control.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/eeschema/tools/symbol_editor_control.cpp b/eeschema/tools/symbol_editor_control.cpp index 4656a6f866..f936c5f518 100644 --- a/eeschema/tools/symbol_editor_control.cpp +++ b/eeschema/tools/symbol_editor_control.cpp @@ -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 );