Cleanup of unused imports

This commit is contained in:
Caspian Rychlik-Prince 2006-01-16 21:06:00 +00:00
parent 64f58414b4
commit 08ca3d8586
1 changed files with 0 additions and 6 deletions

View File

@ -31,17 +31,11 @@
*/
package org.lwjgl.test;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
import org.lwjgl.BufferUtils;
import org.lwjgl.LWJGLException;
import org.lwjgl.input.Keyboard;
import org.lwjgl.opengl.Display;
import org.lwjgl.opengl.DisplayMode;
import org.lwjgl.opengl.GL11;
import org.lwjgl.util.XPMFile;
/**
* Small class for testing that the Window is creatable