Took out the server ticks business because we're going to do delta times

in a more general purpose manner.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1403 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-05-28 22:54:43 +00:00
parent 27866e0541
commit 9b88def20b
2 changed files with 2 additions and 21 deletions
@@ -1,5 +1,5 @@
//
// $Id: BootstrapData.java,v 1.5 2002/05/28 21:56:38 mdb Exp $
// $Id: BootstrapData.java,v 1.6 2002/05/28 22:54:43 mdb Exp $
package com.threerings.presents.net;
@@ -18,7 +18,4 @@ public class BootstrapData extends DObject
/** The oid to which to send invocation requests. */
public int invOid;
/** The time from which server ticks are incrementing. */
public long serverStartStamp;
}