tree-wide: use rc.theme instead of server.theme

Having two global pointers to the same struct is redundant.
This commit is contained in:
John Lindgren 2026-03-21 22:47:22 -04:00 committed by Consolatis
parent 9550bccef2
commit d4ad27e636
18 changed files with 46 additions and 52 deletions

View file

@ -260,7 +260,6 @@ main(int argc, char *argv[])
struct theme theme = { 0 };
theme_init(&theme, rc.theme_name);
rc.theme = &theme;
server.theme = &theme;
menu_init();