Remove unused code

This commit is contained in:
Elias Naur 2005-04-28 10:52:03 +00:00
parent a32da7e226
commit 8ae988494b
1 changed files with 0 additions and 2 deletions

View File

@ -209,8 +209,6 @@ public class Mouse {
private static void resetMouse() {
dx = dy = dwheel = 0;
width = Display.getDisplayMode().getWidth();
height = Display.getDisplayMode().getHeight();
readBuffer.position(readBuffer.limit());
}