No indication of time wickosity, so we can can this call.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2924 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-12-19 18:31:11 +00:00
parent 5774f1b6a5
commit 07dfb982d7
@@ -1,5 +1,5 @@
//
// $Id: FrameManager.java,v 1.48 2003/12/13 02:59:05 mdb Exp $
// $Id: FrameManager.java,v 1.49 2003/12/19 18:31:11 mdb Exp $
package com.threerings.media;
@@ -775,11 +775,6 @@ public abstract class FrameManager
} finally {
clearTicking(elapsed);
}
// call currentTimeMillis so that we are notified ASAP if
// time leaps into the past as it's useful for debugging
// other problems
RunAnywhere.currentTimeMillis();
}
};