Index: dxf.c =================================================================== --- dxf.c (revision 37073) +++ dxf.c (revision 37074) @@ -504,10 +504,6 @@ fix_rect_coords(); } -static void dxf_set_crosshair(rnd_hid_t *hid, rnd_coord_t x, rnd_coord_t y, int a) -{ -} - static int dxf_usage(rnd_hid_t *hid, const char *topic) { fprintf(stderr, "\ndxf exporter command line arguments:\n\n"); @@ -555,7 +551,6 @@ dxf_hid.fill_polygon = dxf_fill_polygon; dxf_hid.fill_polygon_offs = dxf_fill_polygon_offs; dxf_hid.fill_rect = dxf_fill_rect; - dxf_hid.set_crosshair = dxf_set_crosshair; dxf_hid.argument_array = dxf_values; dxf_hid.usage = dxf_usage;