A one line helper function is a little silly.

This commit is contained in:
nicm
2015-09-02 17:43:25 +00:00
parent 8121127606
commit 38e3baab2a
3 changed files with 2 additions and 9 deletions

6
tty.c
View File

@ -1712,9 +1712,3 @@ tty_default_colours(struct grid_cell *gc, const struct window_pane *wp)
}
}
}
void
tty_bell(struct tty *tty)
{
tty_putcode(tty, TTYC_BEL);
}