Nixed unused variable references.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@579 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2008-07-26 22:04:15 +00:00
parent be7dc2dd21
commit 3fad5fb569
10 changed files with 3 additions and 19 deletions
@@ -199,7 +199,6 @@ public class BundledTileSetRepository
throws NoSuchTileSetException, PersistenceException
{
waitForBundles();
TileSet tset = null;
Integer tsid = (Integer)_namemap.get(setName);
if (tsid != null) {
return getTileSet(tsid.intValue());
@@ -25,7 +25,6 @@ import java.io.File;
import java.util.Iterator;
import com.threerings.resource.FileResourceBundle;
import com.threerings.resource.ResourceManager;
import com.threerings.resource.ResourceBundle;
import com.threerings.media.tile.TileSet;
@@ -49,10 +48,6 @@ public class DumpBundle
System.exit(-1);
}
// create a resource and image manager in case they want to dump
// the tiles
ResourceManager rmgr = new ResourceManager("rsrc");
for (int i = 0; i < args.length; i++) {
// oh the hackery
if (args[i].equals("-tiles")) {