aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alconfig.cpp
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.cpp
parenta4009c47e7086611e70bafdf36666b40209f6608 (diff)
Avoid static global initialization functions
Diffstat (limited to 'Alc/alconfig.cpp')
-rw-r--r--Alc/alconfig.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/alconfig.cpp b/Alc/alconfig.cpp
index a6304ce7..4acbba5e 100644
--- a/Alc/alconfig.cpp
+++ b/Alc/alconfig.cpp
@@ -443,11 +443,6 @@ void ReadALConfig(void) noexcept
}
#endif
-void FreeALConfig(void)
-{
- ConfOpts.clear();
-}
-
const char *GetConfigValue(const char *devName, const char *blockName, const char *keyName, const char *def)
{
if(!keyName)