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:
Michael Bayne
2002-10-08 22:00:27 +00:00
parent 38000b062b
commit dfd499582e
@@ -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;
@@ -575,10 +575,6 @@ public class Client
* (estimated immediately after logging on). */
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
* server. */
protected DeltaCalculator _dcalc;