Index: remove.h =================================================================== --- remove.h (revision 4569) +++ remove.h (revision 4570) @@ -39,7 +39,6 @@ PCB_TYPE_POLYGON_POINT | PCB_TYPE_POLYGON | PCB_TYPE_RATLINE | PCB_TYPE_ARC) void *RemovePolygon(LayerTypePtr, PolygonTypePtr); -void *RemoveText(LayerTypePtr, TextTypePtr); void *RemoveElement(ElementTypePtr); void ClearRemoveList(void); void RemovePCB(PCBTypePtr);