Skip to content

Commit

Permalink
Cleaned up obsolete synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras committed Aug 21, 2018
1 parent 43df919 commit 5c7b7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/calpoly/spritely/SpriteScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void setInitialFrame(AnimationFrame f) {
}

@Override
public synchronized boolean pollForInput(boolean mouseWanted) {
public boolean pollForInput(boolean mouseWanted) {
if (!mouseNoticeGiven && frameShown && mouseWanted) {
// We don't respect window.getSilent() here, since text mode
// really is just intended for debugging.
Expand Down

0 comments on commit 5c7b7da

Please sign in to comment.