Index: obj_poly_draw.h =================================================================== --- obj_poly_draw.h (revision 7518) +++ obj_poly_draw.h (revision 7519) @@ -33,7 +33,3 @@ void ErasePolygon(pcb_polygon_t *Polygon); void DrawPolygon(pcb_layer_t *Layer, pcb_polygon_t *Polygon); - -/* Draw a simple polygon: no clipping, no hole, just PointN and Points, with - a limited amount of max points */ -void _draw_simple_poly(pcb_polygon_t *poly);