From d35695e98a1254e3ea6b4ef88663d2a47710b6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 13 Jan 2019 16:50:16 +0100 Subject: [PATCH] particle: we no longer count the attributes Since the attribute lists are now NULL-terminated. --- particle.h | 1 - 1 file changed, 1 deletion(-) diff --git a/particle.h b/particle.h index 0d46b88..f6048ad 100644 --- a/particle.h +++ b/particle.h @@ -17,7 +17,6 @@ struct particle_info { struct particle *(*from_conf)( const struct yml_node *node, struct particle *common); -#define PARTICLE_COMMON_ATTRS_COUNT 5 #define PARTICLE_COMMON_ATTRS \ {"margin", false, &conf_verify_int}, \ {"left-margin", false, &conf_verify_int}, \