Remove old comment

This commit is contained in:
Chris Robinson 2010-03-17 19:28:01 -07:00
parent 9d4e715ee7
commit 2e6c5e590f

View File

@ -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;