Index: rats_patch.h =================================================================== --- rats_patch.h (revision 4052) +++ rats_patch.h (revision 4053) @@ -48,9 +48,6 @@ /* apply a single patch record on [NETLIST_EDITED]; returns non-zero on failure */ int rats_patch_apply(PCBTypePtr pcb, rats_patch_line_t * patch); -/* find the net entry for a pin (slow) */ -LibraryMenuTypePtr rats_patch_find_net4pin(PCBTypePtr pcb, const char *pin); - /* save all patch lines as an ordered list of text lines if fmt is non-zero, generate pcb savefile compatible lines, else generate a back annotation patch */ int rats_patch_fexport(PCBTypePtr pcb, FILE * f, int fmt_pcb);