aboutsummaryrefslogtreecommitdiffstats
path: root/coreAPI
diff options
context:
space:
mode:
authorendolf <[email protected]>2004-04-21 09:48:55 +0000
committerendolf <[email protected]>2004-04-21 09:48:55 +0000
commit4e7cd82fba61afff752a022d70c24627b248addf (patch)
treee4f774c498c73295eec0f55210b23374a1a2b231 /coreAPI
parentc641e31461650f8c7886de5e859f3f0582a29579 (diff)
fixes for issues 25 and 26
Sigsgv with logitec USB keyboard with volume controls and mouse wheel when valid event device list in /dev/input/event* has invalid devices in the middle of the sequence, a sigsegv is seen git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@76 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'coreAPI')
-rw-r--r--coreAPI/src/java/net/java/games/input/PluginClassLoader.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/coreAPI/src/java/net/java/games/input/PluginClassLoader.java b/coreAPI/src/java/net/java/games/input/PluginClassLoader.java
index 13c580f..dd9d8e1 100644
--- a/coreAPI/src/java/net/java/games/input/PluginClassLoader.java
+++ b/coreAPI/src/java/net/java/games/input/PluginClassLoader.java
@@ -44,8 +44,6 @@ import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
-import java.util.Iterator;
-import java.util.Map;
import java.util.StringTokenizer;
import java.util.jar.JarEntry;
import java.util.jar.JarFile;