Index: oldconn.c =================================================================== --- oldconn.c (revision 37001) +++ oldconn.c (revision 37002) @@ -202,9 +202,6 @@ } PCB_END_LOOP; - if (conf_core.editor.beep_when_finished) - rnd_gui->beep(rnd_gui); - if (do_select) { pcb_undo_inc_serial(); pcb_draw(); @@ -215,8 +212,6 @@ static void pcb_lookup_subc_conns(FILE *f, pcb_subc_t *subc) { pcb_print_subc_conns(f, subc); - if (conf_core.editor.beep_when_finished) - rnd_gui->beep(rnd_gui); } /* Find all connections from all terminals of all subcircuits and print in f. */ @@ -229,8 +224,6 @@ } PCB_END_LOOP; - if (conf_core.editor.beep_when_finished) - rnd_gui->beep(rnd_gui); rnd_hid_redraw(&PCB->hidlib); }