particle/map: left/right margin on a map doesn't make any sense

This commit is contained in:
Daniel Eklöf 2018-12-15 19:16:55 +01:00
parent f91d091386
commit be6429c852
3 changed files with 4 additions and 5 deletions

View file

@ -203,7 +203,7 @@ particle_map_from_config(const struct yml_node *node, const struct font *parent_
return particle_map_new(
yml_value_as_string(tag), particle_map, yml_dict_length(values),
default_particle, 0, 0);
default_particle);
}
static struct particle *