From bae42e543799a428e59bad870aed9719dd6e6e45 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 17 Jan 2017 10:19:06 +0100 Subject: common: Remove unused function tty_print_string. * common/ttyio.c (tty_print_string): Rename to ... (do_print_string): this. Make local. Simplify FP case by using print_utf8_buffer. Change caller. Signed-off-by: Werner Koch --- common/ttyio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/ttyio.h') diff --git a/common/ttyio.h b/common/ttyio.h index 004aa859a..5bff82fbb 100644 --- a/common/ttyio.h +++ b/common/ttyio.h @@ -47,7 +47,6 @@ void tty_printf (const char *fmt, ... ); void tty_fprintf (estream_t fp, const char *fmt, ... ); char *tty_getf (const char *promptfmt, ... ); #endif -void tty_print_string (estream_t fp, const unsigned char *p, size_t n); void tty_print_utf8_string (const unsigned char *p, size_t n); void tty_print_utf8_string2 (estream_t fp, const unsigned char *p, size_t n, size_t max_n); -- cgit v1.2.3