From 5e921bf59373d79d27c322ff86e8b5a37b151e45 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 31 Jul 2022 16:02:10 +0100 Subject: Add magical feature codegen system, at long last --- src/democustom.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/democustom.h') diff --git a/src/democustom.h b/src/democustom.h index 9f9bbe9..a0a28b8 100644 --- a/src/democustom.h +++ b/src/democustom.h @@ -17,8 +17,6 @@ #ifndef INC_DEMOCUSTOM_H #define INC_DEMOCUSTOM_H -#include - /* maximum length of a custom demo message, in bytes */ #define DEMOCUSTOM_MSG_MAX 253 @@ -28,8 +26,6 @@ */ void democustom_write(const void *buf, int len); -bool democustom_init(void); - #endif // vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3