From 13fdafe0e5e582ae0383605731d8f94b4607d8d2 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 5 Jun 2007 03:45:48 +0000 Subject: [PATCH] Unneeded import. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@308 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/util/EZObjectMarshaller.as | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/as/com/threerings/ezgame/util/EZObjectMarshaller.as b/src/as/com/threerings/ezgame/util/EZObjectMarshaller.as index e1e0147a..42d58441 100644 --- a/src/as/com/threerings/ezgame/util/EZObjectMarshaller.as +++ b/src/as/com/threerings/ezgame/util/EZObjectMarshaller.as @@ -28,8 +28,6 @@ import flash.system.ApplicationDomain; import flash.utils.ByteArray; import flash.utils.Endian; -import com.threerings.util.StringUtil; - import com.threerings.io.TypedArray; /**