From 0f31ef53420b755c3978818bcd2e5a86e141413d Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sat, 11 Jan 2025 23:39:06 -0700 Subject: buffer: clear out one line functions Buffer is fully exposed to the program, no need to rely on the linker to optimize useless code. --- vis-core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index cb24624..92770ee 100644 --- a/vis-core.h +++ b/vis-core.h @@ -109,7 +109,6 @@ typedef struct { /* a macro is just a sequence of symbolic keys as received from ui->getkey */ typedef Buffer Macro; #define macro_release buffer_release -#define macro_reset buffer_clear #define macro_append buffer_append0 typedef struct { /** collects all information until an operator is executed */ -- cgit v1.2.3