mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
config: remove old, commented out code
This commit is contained in:
parent
14d4a0a1c6
commit
d4a25f7f96
1 changed files with 0 additions and 1 deletions
1
config.c
1
config.c
|
|
@ -484,6 +484,5 @@ config_free(struct config conf)
|
|||
{
|
||||
free(conf.term);
|
||||
free(conf.shell);
|
||||
//free(conf.font);
|
||||
tll_free_and_free(conf.fonts, free);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue