aboutsummaryrefslogtreecommitdiff
path: root/src/blocks/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blocks/group.c')
-rw-r--r--src/blocks/group.c15
1 files changed, 0 insertions, 15 deletions
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,
-};