removed resetAnimation

This commit is contained in:
Brian Matzon 2004-04-12 14:37:20 +00:00
parent 1907fb3ff6
commit b21e4a7f93
1 changed files with 0 additions and 7 deletions

View File

@ -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