aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
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);
-}