From 43238419974e599a84f17b5faa8fb52401bdfe90 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 8 Sep 2024 13:07:22 +0200 Subject: Refactor config parsing --- src/blocks/info.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/blocks/info.h (limited to 'src/blocks/info.h') diff --git a/src/blocks/info.h b/src/blocks/info.h deleted file mode 100644 index 2b42c72..0000000 --- a/src/blocks/info.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef COMET_BLOCKS_H -#define COMET_BLOCKS_H - -#include "../config.h" - -extern const config_block_t block_text_info; - -extern const config_block_t block_group_info; - -extern const config_block_t block_ram_info; - -#endif -- cgit v1.2.3