Index: remove.c =================================================================== --- remove.c (revision 9327) +++ remove.c (revision 9328) @@ -42,7 +42,7 @@ static pcb_opfunc_t RemoveFunctions = { pcb_lineop_remove, RemoveText_op, - RemovePolygon_op, + pcb_polyop_remove, pcb_viaop_remove, pcb_elemop_remove, NULL, @@ -49,7 +49,7 @@ NULL, NULL, pcb_lineop_remove_point, - RemovePolygonPoint, + pcb_polyop_remove_point, pcb_arcop_remve, RemoveRat, pcb_arcop_remove_point, @@ -59,7 +59,7 @@ static pcb_opfunc_t DestroyFunctions = { pcb_lineop_destroy, DestroyText, - DestroyPolygon, + pcb_polyop_destroy, pcb_viaop_destroy, pcb_elemop_destroy, NULL, @@ -66,7 +66,7 @@ NULL, NULL, NULL, - DestroyPolygonPoint, + pcb_polyop_destroy_point, pcb_arcop_destroy, DestroyRat, NULL,