server.c: remove redundant TODO comment

This commit is contained in:
Johan Malm 2022-04-26 21:58:23 +01:00
parent 76a85ae87d
commit 420ff8c8d9

View file

@ -29,7 +29,6 @@ static struct server *g_server;
static void
reload_config_and_theme(void)
{
/* TODO: use rc.config_path */
rcxml_finish();
rcxml_read(NULL);
theme_finish(g_server->theme);