From 83b1dabc36e7d44e2062dcbc9a4c89ea5ee63312 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Thu, 1 Apr 2010 23:06:59 +0000 Subject: [PATCH] Redundant super interface git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@906 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/java/com/threerings/whirled/spot/data/Cluster.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/java/com/threerings/whirled/spot/data/Cluster.java b/src/java/com/threerings/whirled/spot/data/Cluster.java index 069e0ae0..2f4a08f9 100644 --- a/src/java/com/threerings/whirled/spot/data/Cluster.java +++ b/src/java/com/threerings/whirled/spot/data/Cluster.java @@ -25,8 +25,6 @@ import java.awt.Rectangle; import com.samskivert.util.StringUtil; -import com.threerings.io.Streamable; - import com.threerings.util.ActionScript; import com.threerings.presents.dobj.DSet; @@ -35,7 +33,7 @@ import com.threerings.presents.dobj.DSet; * Contains information on clusters. */ public class Cluster extends Rectangle - implements DSet.Entry, Streamable + implements DSet.Entry { /** A unique identifier for this cluster (also the distributed object * id of the cluster chat object). */