Fold LIB_ITEM into SCH_ITEM.

This commit is contained in:
Jeff Young
2024-04-08 10:24:50 +01:00
parent 494001ed4c
commit 5abc7145da
81 changed files with 843 additions and 1257 deletions
-4
View File
@@ -265,10 +265,6 @@ HANDLER_RESULT<ItemRequestStatus> API_HANDLER_SCH::handleCreateUpdateItemsIntern
schItem->Serialize( newItem );
commit->Modify( schItem );
}
else if( LIB_ITEM* libItem = dynamic_cast<LIB_ITEM*>( edaItem ) )
{
// TODO: there is not currently a way to do this, haha
}
else
{
wxASSERT( false );