diff --git a/src/config/rcxml.c b/src/config/rcxml.c index 730f3656..a6928632 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -1453,25 +1453,6 @@ validate(void) validate_actions(); } -static void -rcxml_path(char *buf, size_t len) -{ - if (!rc.config_dir) { - return; - } - snprintf(buf, len, "%s/rc.xml", rc.config_dir); -} - -static void -find_config_file(char *buffer, size_t len, const char *filename) -{ - if (filename) { - snprintf(buffer, len, "%s", filename); - return; - } - rcxml_path(buffer, len); -} - void rcxml_read(const char *filename) {