Index: gsch2pcb-rnd/glue.c =================================================================== --- gsch2pcb-rnd/glue.c (revision 34760) +++ gsch2pcb-rnd/glue.c (revision 34761) @@ -30,10 +30,6 @@ /* glue for pcb-rnd core */ -void rnd_hidlib_crosshair_move_to(rnd_hidlib_t *hl, rnd_coord_t abs_x, rnd_coord_t abs_y, int mouse_mot) { } - -void *rnd_hidlib_crosshair_suspend(rnd_hidlib_t *hl) { return NULL; } -void rnd_hidlib_crosshair_restore(rnd_hidlib_t *hl, void *susp_data) {} void rnd_draw_marks(rnd_hidlib_t *hidlib, rnd_bool inhibit_drawing_mode) {} static const char rnd_conf_internal_arr[] = { 0 }; @@ -41,6 +37,5 @@ void rnd_expose_preview(rnd_hid_t *hid, const rnd_hid_expose_ctx_t *e) {} -void rnd_hidlib_adjust_attached_objects(rnd_hidlib_t *hl) {} void rnd_expose_main(rnd_hid_t * hid, const rnd_hid_expose_ctx_t *ctx, rnd_xform_t *xform_caller) {} void rnd_draw_attached(rnd_hidlib_t *hidlib, rnd_bool inhibit_drawing_mode) {}