mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 04:15:39 +02:00
particle: we no longer count the attributes
Since the attribute lists are now NULL-terminated.
This commit is contained in:
parent
74b0722d2f
commit
d35695e98a
1 changed files with 0 additions and 1 deletions
|
@ -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}, \
|
||||
|
|
Loading…
Add table
Reference in a new issue