fix: removed not needed imports (makes eclipse bitch less)

This commit is contained in:
Brian Matzon 2002-11-27 22:34:29 +00:00
parent c8ff3680f4
commit 1959a2e0ff
2 changed files with 0 additions and 4 deletions

View file

@ -32,8 +32,6 @@
package org.lwjgl.opengl;
import org.lwjgl.Sys;
/**
* $Id$
*

View file

@ -33,13 +33,11 @@
package org.lwjgl.opengl;
import java.lang.reflect.*;
import java.lang.reflect.AccessibleObject;
import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.StringTokenizer;
import org.lwjgl.Display;
import org.lwjgl.Sys;
/**
* $Id$