Kill bell_beeps.

Fixes #524
This commit is contained in:
Alexander Færøy 2016-10-23 21:23:52 +02:00
commit 6a6196eebe
No known key found for this signature in database
GPG key ID: E15081D5D3C3DB53
3 changed files with 2 additions and 11 deletions

View file

@ -1224,11 +1224,7 @@ void format_send_to_gui(TEXT_DEST_REC *dest, const char *text)
}
}
if (type == 7) {
/* bell */
if (settings_get_bool("bell_beeps"))
signal_emit("beep", 0);
} else if (type == 4 && *ptr == FORMAT_STYLE_CLRTOEOL) {
if (type == 4 && *ptr == FORMAT_STYLE_CLRTOEOL) {
/* clear to end of line */
flags |= GUI_PRINT_FLAG_CLRTOEOL;
}