Index: hid_draw_helpers.c =================================================================== --- hid_draw_helpers.c (revision 25345) +++ hid_draw_helpers.c (revision 25346) @@ -221,9 +221,3 @@ thindraw_contour(gc, poly->Clipped->contours); pcb_poly_holes(poly, clip_box, thindraw_hole_cb, gc); } - -void pcb_dhlp_draw_helpers_init(pcb_hid_t * hid) -{ -TODO("Remove this: nogui should leave this NULL"); - hid->fill_pcb_polygon = NULL; -}