Index: export_openems.c =================================================================== --- export_openems.c (revision 37073) +++ export_openems.c (revision 37074) @@ -889,10 +889,6 @@ } } -static void openems_set_crosshair(rnd_hid_t *hid, rnd_coord_t x, rnd_coord_t y, int a) -{ -} - static int openems_usage(rnd_hid_t *hid, const char *topic) { fprintf(stderr, "\nopenems exporter command line arguments:\n\n"); @@ -947,7 +943,6 @@ openems_hid.fill_polygon = openems_fill_polygon; openems_hid.fill_polygon_offs = openems_fill_polygon_offs; openems_hid.fill_rect = openems_fill_rect; - openems_hid.set_crosshair = openems_set_crosshair; openems_hid.argument_array = openems_values; openems_hid.usage = openems_usage;