Vestigial Random

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@379 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Charlie Groves
2007-12-13 18:55:30 +00:00
parent 80a952de68
commit 60cb064c21
@@ -22,10 +22,8 @@
package com.threerings.miso.data; package com.threerings.miso.data;
import java.awt.Rectangle; import java.awt.Rectangle;
import java.util.Random;
import com.threerings.io.SimpleStreamableObject; import com.threerings.io.SimpleStreamableObject;
import com.threerings.miso.util.ObjectSet; import com.threerings.miso.util.ObjectSet;
/** /**
@@ -123,7 +121,4 @@ public abstract class MisoSceneModel extends SimpleStreamableObject
throw new RuntimeException(cnse); throw new RuntimeException(cnse);
} }
} }
/** A random number generator for filling random base tiles. */
protected transient Random _rando = new Random();
} }