Clean up old code

This commit is contained in:
hns 2003-12-02 17:45:28 +00:00
parent 076b4f7a60
commit bd499db5ab

View file

@ -540,8 +540,7 @@ public final class Prototype {
} }
private void checkForUpdates() { private void checkForUpdates() {
if ( /* lastCheck < System.currentTimeMillis()- 2000l*/ if (!isUpToDate()) {
!isUpToDate()) {
app.typemgr.updatePrototype(Prototype.this); app.typemgr.updatePrototype(Prototype.this);
} }