beautyfication

This commit is contained in:
Brian Matzon 2003-03-22 23:22:08 +00:00
parent dd201b2f14
commit 46802b3486
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ void LoadOpenAL(JNIEnv *env, jobjectArray oalPaths) {
}
#endif
#ifdef _X11
//handleOAL = dlopen("libopenal.so", RTLD_LAZY);
for(int i=0;i<pathcount;i++) {
jstring path = (jstring) env->GetObjectArrayElement(oalPaths, i);
handleOAL = dlopen(env->GetStringUTFChars(path, NULL), RTLD_LAZY);