mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
server.c: remove redundant TODO comment
This commit is contained in:
parent
76a85ae87d
commit
420ff8c8d9
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ static struct server *g_server;
|
||||||
static void
|
static void
|
||||||
reload_config_and_theme(void)
|
reload_config_and_theme(void)
|
||||||
{
|
{
|
||||||
/* TODO: use rc.config_path */
|
|
||||||
rcxml_finish();
|
rcxml_finish();
|
||||||
rcxml_read(NULL);
|
rcxml_read(NULL);
|
||||||
theme_finish(g_server->theme);
|
theme_finish(g_server->theme);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue