Removed unused import.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@589 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-11-02 15:37:51 +00:00
parent e45ec0ae24
commit b42f20f191
@@ -1,5 +1,5 @@
//
// $Id: XMLComponentRepository.java,v 1.5 2001/11/02 15:28:20 shaper Exp $
// $Id: XMLComponentRepository.java,v 1.6 2001/11/02 15:37:51 shaper Exp $
package com.threerings.miso.scene.xml;
@@ -9,7 +9,6 @@ import java.util.Iterator;
import com.samskivert.util.Config;
import com.samskivert.util.HashIntMap;
import com.samskivert.util.Tuple;
import com.threerings.cast.*;
import com.threerings.cast.util.TileUtil;