aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tty-term.c b/tty-term.c
index 14339de1..f4fd91a8 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -560,7 +560,6 @@ tty_term_string(struct tty_term *term, enum tty_code_code code)
return (term->codes[code].value.string);
}
-/* No vtparm. Fucking curses. */
const char *
tty_term_string1(struct tty_term *term, enum tty_code_code code, int a)
{