aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/alExtension.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/alExtension.c b/OpenAL32/alExtension.c
index 89b56e2e..f2daed79 100644
--- a/OpenAL32/alExtension.c
+++ b/OpenAL32/alExtension.c
@@ -407,7 +407,6 @@ ALAPI ALvoid * ALAPIENTRY alGetProcAddress(const ALchar *funcName)
return function[i].address;
}
-/* NOTE: This function must be able to run without a context! */
ALAPI ALenum ALAPIENTRY alGetEnumValue(const ALchar *enumName)
{
ALsizei i = 0;