aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-03-17 19:28:01 -0700
committerChris Robinson <[email protected]>2010-03-17 19:28:01 -0700
commit2e6c5e590f43e396270b03317d020eb3abc5d8c9 (patch)
tree70fd1f659e891968c92bace1e0277996ba171f02 /OpenAL32
parent9d4e715ee72ddecffc1e7ccd75a4cc568f589900 (diff)
Remove old comment
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;