aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alconfig.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-08 21:58:44 -0800
committerChris Robinson <[email protected]>2018-12-08 21:58:44 -0800
commite5db9b237847db74a9228e2da925c0b6f127ab28 (patch)
tree4582f41a0ebfdf3296dbc6f6f06f36c25cfe479c /Alc/alconfig.h
parenta4009c47e7086611e70bafdf36666b40209f6608 (diff)
Avoid static global initialization functions
Diffstat (limited to 'Alc/alconfig.h')
-rw-r--r--Alc/alconfig.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/alconfig.h b/Alc/alconfig.h
index 627ef48a..0e9bcec3 100644
--- a/Alc/alconfig.h
+++ b/Alc/alconfig.h
@@ -9,7 +9,6 @@ extern "C" {
#endif
void ReadALConfig(void) NOEXCEPT;
-void FreeALConfig(void);
int ConfigValueExists(const char *devName, const char *blockName, const char *keyName);
const char *GetConfigValue(const char *devName, const char *blockName, const char *keyName, const char *def);