Compile fix

This commit is contained in:
Elias Naur 2006-11-24 15:03:05 +00:00
parent 63532ca647
commit 4c817d4145
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ final class AWTUtil {
LWJGLUtil.log("Failed to query pointer location: " + e.getCause());
} catch (NoSuchMethodException e) {
LWJGLUtil.log("Failed to query pointer location: " + e);
} catch (IllegalAccessException e) {
LWJGLUtil.log("Failed to query pointer location: " + e);
} catch (ClassNotFoundException e) {
LWJGLUtil.log("Failed to query pointer location: " + e);
}