summaryrefslogtreecommitdiffstats
path: root/tmux.h
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 /tmux.h
parent8121127606e8c354daa4802177763d2b1f8df81d (diff)
A one line helper function is a little silly.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 9e028194..0223d857 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1596,7 +1596,6 @@ void tty_cmd_utf8character(struct tty *, const struct tty_ctx *);
void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
void tty_cmd_setselection(struct tty *, const struct tty_ctx *);
void tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
-void tty_bell(struct tty *);
/* tty-term.c */
extern struct tty_terms tty_terms;