mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
Use new conffile code in main.c; remove wrappers
This commit is contained in:
@@ -336,19 +336,6 @@ conffile_unload(void)
|
||||
/* Wrappers for old configfile handling */
|
||||
#include "conf.h"
|
||||
|
||||
int
|
||||
conf_read(char *file)
|
||||
{
|
||||
return conffile_load(file);
|
||||
}
|
||||
|
||||
int
|
||||
conf_close(void)
|
||||
{
|
||||
conffile_unload();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
conf_get_int(char *section, char *key, int dflt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user