forked from external/yambar
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)(
|
struct particle *(*from_conf)(
|
||||||
const struct yml_node *node, struct particle *common);
|
const struct yml_node *node, struct particle *common);
|
||||||
|
|
||||||
#define PARTICLE_COMMON_ATTRS_COUNT 5
|
|
||||||
#define PARTICLE_COMMON_ATTRS \
|
#define PARTICLE_COMMON_ATTRS \
|
||||||
{"margin", false, &conf_verify_int}, \
|
{"margin", false, &conf_verify_int}, \
|
||||||
{"left-margin", false, &conf_verify_int}, \
|
{"left-margin", false, &conf_verify_int}, \
|
||||||
|
|
Loading…
Add table
Reference in a new issue