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/group.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/blocks/group.c (limited to 'src/blocks/group.c') diff --git a/src/blocks/group.c b/src/blocks/group.c deleted file mode 100644 index 00afb00..0000000 --- a/src/blocks/group.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "info.h" - -static const config_entry_t block_group_entries[] = { - { "spacing", CONFIG_INT, offsetof(block_t, group.spacing) }, - { 0 }, -}; - -// TODO -const config_block_t block_group_info = { - .type_name = "group", - .type_size = 0, - .base = { 0 }, - .entries = block_group_entries, - .apply = NULL, -}; -- cgit v1.2.3