mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Remove redundant functions
This commit is contained in:
parent
e94d5035f0
commit
8ef50d9389
1 changed files with 0 additions and 19 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue