diff --git a/src/java/org/lwjgl/input/Cursor.java b/src/java/org/lwjgl/input/Cursor.java index 787f0ad3..71ec310c 100644 --- a/src/java/org/lwjgl/input/Cursor.java +++ b/src/java/org/lwjgl/input/Cursor.java @@ -207,13 +207,6 @@ public class Cursor { protected void nextCursor() { index = ++index % cursors.length; } - - /** - * Resets the index of the cursor animation to the first in the list. - */ - public void resetAnimation() { - index = 0; - } /** * Native method to create a native cursor