aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2025-01-11 23:10:24 -0700
committerRandy Palamar <randy@rnpnr.xyz>2025-01-11 23:27:47 -0700
commitabf6384cca0f80fe7dfb35a8e2281d8664d9d459 (patch)
treebc141b463e155b2170d2d70e9bb340614d76644d /vis-core.h
parent72c26fc09af79ce217575a9b0f0d5058c336d5d7 (diff)
downloadvis-abf6384cca0f80fe7dfb35a8e2281d8664d9d459.tar.gz
vis-abf6384cca0f80fe7dfb35a8e2281d8664d9d459.tar.xz
buffer: delete pointless buffer_init function
lets not make the code harder to read for no reason
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vis-core.h b/vis-core.h
index 182c537..cb24624 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -108,7 +108,6 @@ typedef struct {
/* a macro is just a sequence of symbolic keys as received from ui->getkey */
typedef Buffer Macro;
-#define macro_init buffer_init
#define macro_release buffer_release
#define macro_reset buffer_clear
#define macro_append buffer_append0