From c4b95d953fe25d848a9c975cc56d0168b586e167 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Sun, 11 May 2008 21:44:51 +0000 Subject: [PATCH] This isn't used, and I'd rather not have to implement it pointlessly in Tamarin. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5079 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/ObjectMarshaller.as | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/as/com/threerings/util/ObjectMarshaller.as b/src/as/com/threerings/util/ObjectMarshaller.as index 4cab24ff3..79e0f172a 100644 --- a/src/as/com/threerings/util/ObjectMarshaller.as +++ b/src/as/com/threerings/util/ObjectMarshaller.as @@ -27,8 +27,6 @@ import flash.net.ObjectEncoding; import flash.geom.Point; import flash.geom.Rectangle; -import flash.system.ApplicationDomain; - import flash.utils.ByteArray; import flash.utils.Dictionary; import flash.utils.Endian;