rem: removed debug

fix: cleanup
This commit is contained in:
Brian Matzon 2002-08-26 15:30:19 +00:00
parent b7bfb49c7c
commit 71b1090163
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,6 @@ public class ALC {
static {
try {
System.out.println("using " + org.lwjgl.Sys.getLibraryName());
System.loadLibrary(org.lwjgl.Sys.getLibraryName());
} catch (UnsatisfiedLinkError ule) {
System.out.println("Failed to load OpenAL library: " + org.lwjgl.Sys.getLibraryName());
@ -105,6 +104,7 @@ public class ALC {
/** Creates a new instance of ALC */
public ALC() {
}
/**
* Returns strings related to the context.
*