config: remove old, commented out code

This commit is contained in:
Daniel Eklöf 2019-08-08 22:20:58 +02:00
parent 14d4a0a1c6
commit d4a25f7f96
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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);
}