Index: excellon.c =================================================================== --- excellon.c (revision 37073) +++ excellon.c (revision 37074) @@ -466,10 +466,6 @@ return 0; } -static void excellon_set_crosshair(rnd_hid_t *hid, rnd_coord_t x, rnd_coord_t y, int action) -{ -} - static void exc_session_begin(rnd_design_t *hidlib, void *user_data, int argc, rnd_event_arg_t argv[]) { exc_aperture_cnt = 0; @@ -521,7 +517,6 @@ excellon_hid.fill_polygon = excellon_fill_polygon; excellon_hid.fill_polygon_offs = excellon_fill_polygon_offs; excellon_hid.fill_rect = excellon_fill_rect; - excellon_hid.set_crosshair = excellon_set_crosshair; excellon_hid.usage = excellon_usage; excellon_hid.argument_array = excellon_values;