Index: change.h =================================================================== --- change.h (revision 4585) +++ change.h (revision 4586) @@ -85,8 +85,6 @@ pcb_bool ChangeSelectedOctagon(int); pcb_bool SetSelectedOctagon(int); pcb_bool ClrSelectedOctagon(int); -pcb_bool ChangeSelectedElementSide(void); -pcb_bool ChangeElementSide(ElementTypePtr, Coord); pcb_bool ChangeHole(PinTypePtr); pcb_bool ChangePaste(PadTypePtr); pcb_bool ChangeObjectSize(int, void *, void *, void *, Coord, pcb_bool); @@ -114,9 +112,4 @@ pcb_bool ChangeSelectedAngle(int types, int is_start, Angle Difference, pcb_bool fixIt); pcb_bool ChangeSelectedRadius(int types, int is_start, Angle Difference, pcb_bool fixIt); -/* Change the specified text on an element, either on the board (give - PCB, PCB->Data) or in a buffer (give NULL, Buffer->Data). The old - string is returned, and must be properly freed by the caller. */ -char *ChangeElementText(PCBType * pcb, DataType * data, ElementTypePtr Element, int which, char *new_name); - #endif