re-applying other edits

This commit is contained in:
Ben Fry
2013-01-25 20:13:30 -05:00
parent 55eaf032bb
commit 343bf117a4
3 changed files with 7 additions and 2 deletions

View File

@@ -82,7 +82,6 @@ public class MouseEvent extends Event {
// }
@Deprecated
public int getClickCount() {
return (int) amount; //clickCount;
}
@@ -100,4 +99,4 @@ public class MouseEvent extends Event {
// public void setClickCount(int clickCount) {
// this.clickCount = clickCount;
// }
}
}