Index: glue.c =================================================================== --- glue.c (revision 34756) +++ glue.c (revision 34757) @@ -30,11 +30,6 @@ /* glue for pcb-rnd core */ -const char *rnd_menu_file_paths[4]; -const char *rnd_menu_name_fmt = "pcb-menu-%s.lht"; - -const char *rnd_hidlib_default_embedded_menu = ""; - void rnd_hidlib_crosshair_move_to(rnd_hidlib_t *hl, rnd_coord_t abs_x, rnd_coord_t abs_y, int mouse_mot) { } Index: gsch2pcb.c =================================================================== --- gsch2pcb.c (revision 34756) +++ gsch2pcb.c (revision 34757) @@ -397,10 +397,6 @@ rnd_conf_user_path = rnd_concat(CONF_USER_DIR, "/pcb-conf.lht", NULL); rnd_conf_sysdir_path = PCBCONFDIR; rnd_conf_sys_path = rnd_concat(PCBCONFDIR, "/pcb-conf.lht", NULL); - rnd_menu_file_paths[0] = "./"; - rnd_menu_file_paths[1] = "~/.pcb-rnd/"; - rnd_menu_file_paths[2] = rnd_concat(PCBCONFDIR, "/", NULL); - rnd_menu_file_paths[3] = NULL; rnd_hidlib_init1(gsch2pcb_conf_core_init);