Cleanup of unused imports

This commit is contained in:
Caspian Rychlik-Prince 2005-05-04 20:59:44 +00:00
parent 2d46f5580a
commit 200ed3792a
187 changed files with 347 additions and 497 deletions

View file

@ -31,16 +31,10 @@
*/
package org.lwjgl.opengl;
import java.nio.ByteBuffer;
import java.awt.GraphicsConfiguration;
import java.awt.GraphicsDevice;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferUtils;
import java.awt.GraphicsDevice;
import java.awt.GraphicsConfiguration;
import java.awt.Rectangle;
import java.lang.reflect.Method;
/**
* $Id$