From ad1d6b1f66f2c9113ca54979c61141a2ae94be48 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 26 Jun 2022 18:03:21 +0200 Subject: font: deprecate font_printf This function is no longer needed since `gui` was revamped. --- src/font/inc/font.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/font/inc/font.h') diff --git a/src/font/inc/font.h b/src/font/inc/font.h index 4e160c0..524355d 100644 --- a/src/font/inc/font.h +++ b/src/font/inc/font.h @@ -11,7 +11,6 @@ enum font FONT }; -int font_printf(enum font f, short x, short y, const char *fmt, ...); int font_puts(enum font, short x, short y, const char *s); extern struct sprite font_sprite; -- cgit v1.2.3