From b21e4a7f931a19e5fbc58a65dafd721f67cc5cf6 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Mon, 12 Apr 2004 14:37:20 +0000 Subject: [PATCH] removed resetAnimation --- src/java/org/lwjgl/input/Cursor.java | 7 ------- 1 file changed, 7 deletions(-) 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