Index: conf/conftest.c =================================================================== --- conf/conftest.c (revision 34760) +++ conf/conftest.c (revision 34761) @@ -37,11 +37,7 @@ return "dummy_brd"; } -void rnd_hidlib_crosshair_move_to(rnd_hidlib_t *hl, rnd_coord_t abs_x, rnd_coord_t abs_y, int mouse_mot) -{ -} - void watch_pre(rnd_conf_native_t *cfg, int idx) { printf("watch_pre: '%s' old value\n", cfg->hash_path); Index: propedit/glue.c =================================================================== --- propedit/glue.c (revision 34760) +++ propedit/glue.c (revision 34761) @@ -41,23 +41,6 @@ { } -void rnd_hidlib_adjust_attached_objects(rnd_hidlib_t *hl) -{ -} - -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_hidlib_crosshair_move_to(rnd_hidlib_t *hl, rnd_coord_t abs_x, rnd_coord_t abs_y, int mouse_mot) -{ -} - void rnd_draw_marks(rnd_hidlib_t *hidlib, rnd_bool inhibit_drawing_mode) { }