Removed vestigal field.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1789 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: Client.java,v 1.30 2002/09/20 00:54:39 mdb Exp $
|
// $Id: Client.java,v 1.31 2002/10/08 22:00:27 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.client;
|
package com.threerings.presents.client;
|
||||||
|
|
||||||
@@ -575,10 +575,6 @@ public class Client
|
|||||||
* (estimated immediately after logging on). */
|
* (estimated immediately after logging on). */
|
||||||
protected long _serverDelta;
|
protected long _serverDelta;
|
||||||
|
|
||||||
/** The time from which server ticks are computed (converted into
|
|
||||||
* client time. */
|
|
||||||
protected long _serverStartStamp;
|
|
||||||
|
|
||||||
/** Used when establishing our clock delta between the client and
|
/** Used when establishing our clock delta between the client and
|
||||||
* server. */
|
* server. */
|
||||||
protected DeltaCalculator _dcalc;
|
protected DeltaCalculator _dcalc;
|
||||||
|
|||||||
Reference in New Issue
Block a user