fix: removed unneeded import

This commit is contained in:
Brian Matzon 2002-11-21 22:36:36 +00:00
parent f0b887ffff
commit 4323652076
3 changed files with 0 additions and 8 deletions

View file

@ -35,7 +35,6 @@ import org.lwjgl.Sys;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.lang.reflect.*;
/**
* $Id$

View file

@ -31,7 +31,6 @@
*/
package org.lwjgl.test.openal;
import org.lwjgl.openal.AL;
import org.lwjgl.openal.ALC;
import org.lwjgl.openal.ALCcontext;
import org.lwjgl.openal.ALCdevice;

View file

@ -32,12 +32,6 @@
package org.lwjgl.test.openal;
import org.lwjgl.openal.eax.EAX;
import org.lwjgl.openal.eax.EAXBufferProperties;
import java.nio.IntBuffer;
import org.lwjgl.Sys;
import org.lwjgl.openal.AL;
import org.lwjgl.openal.ALUTLoadWAVData;
/**
* $Id$