Index: remove.c =================================================================== --- remove.c (revision 9302) +++ remove.c (revision 9303) @@ -53,6 +53,7 @@ RemoveArc_op, RemoveRat, RemoveArcPoint_op, + RemoveSubc_op }; static pcb_opfunc_t DestroyFunctions = { @@ -68,7 +69,8 @@ DestroyPolygonPoint, DestroyArc, DestroyRat, - NULL + NULL, + DestroySubc }; /* ----------------------------------------------------------------------