Index: netlist_act.c =================================================================== --- netlist_act.c (revision 38233) +++ netlist_act.c (revision 38234) @@ -719,7 +719,7 @@ } break; case F_Remove: - TODO("back annotate breaking connections of the given subc"); + rats_patch_break_subc_conns(pcb, subc, undoable); return rats_patch_del_subc(pcb, subc, undoable); default: rnd_message(RND_MSG_ERROR, "BaSubc(): invalid second argument\n");