Removed heartbeat code - doesn't make a difference, really

This commit is contained in:
Michael Jumper
2010-09-08 16:37:27 +00:00
parent 71aef3f181
commit a804c582f7
8 changed files with 7 additions and 106 deletions

View File

@@ -122,10 +122,6 @@ function Layer(width, height) {
};
display.isReady = function() {
return nextUpdateToDraw >= currentUpdate;
}
return display;
}