From bafcf13695f80dac6d9be87b65ad6156ddc3d621 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Fri, 5 Dec 2025 12:41:31 -0700 Subject: delete functions which were exposed as unused --- text.h | 1 - 1 file changed, 1 deletion(-) (limited to 'text.h') diff --git a/text.h b/text.h index dc8fdfc..9057a6a 100644 --- a/text.h +++ b/text.h @@ -158,7 +158,6 @@ VIS_INTERNAL bool text_insert(Text *txt, size_t pos, const char *data, size_t le */ VIS_INTERNAL bool text_delete(Text *txt, size_t pos, size_t len); VIS_INTERNAL bool text_delete_range(Text *txt, const Filerange*); -VIS_INTERNAL bool text_printf(Text *txt, size_t pos, const char *format, ...) __attribute__((format(printf, 3, 4))); VIS_INTERNAL bool text_appendf(Text *txt, const char *format, ...) __attribute__((format(printf, 2, 3))); /** * @} -- cgit v1.2.3