Removed accidentally checked-in testy code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3901 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-01 23:54:51 +00:00
parent 740e00c731
commit 8039de2dad
@@ -4,8 +4,6 @@ import flash.events.EventDispatcher;
import flash.events.TimerEvent;
import flash.util.Timer;
import com.threerings.util.TypedArray;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.dobj.DObjectManager;
@@ -298,7 +296,5 @@ public class Client extends EventDispatcher
/** Ticks. */
protected var _tickInterval :Timer;
protected var _stringArray :TypedArray = new TypedArray(String);
}
}