aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authornicm <nicm>2015-09-02 17:43:25 +0000
committernicm <nicm>2015-09-02 17:43:25 +0000
commit38e3baab2a8f46d910ea5104b48d4c71480d4814 (patch)
tree20296acdce27cd5444342e48432a1521a0a2bf97 /tty.c
parent8121127606e8c354daa4802177763d2b1f8df81d (diff)
downloadrtmux-38e3baab2a8f46d910ea5104b48d4c71480d4814.tar.gz
rtmux-38e3baab2a8f46d910ea5104b48d4c71480d4814.tar.bz2
rtmux-38e3baab2a8f46d910ea5104b48d4c71480d4814.zip
A one line helper function is a little silly.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tty.c b/tty.c
index 105a24ed..c4dfde1d 100644
--- a/tty.c
+++ b/tty.c
@@ -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);
-}