Prune spurious semicolons & redundant implementation declarations
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@849 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -727,7 +727,7 @@ public abstract class FrameManager
|
||||
|
||||
/** Used to compute metrics. */
|
||||
protected long _lastTick;
|
||||
};
|
||||
}
|
||||
|
||||
/** The window into which we do our rendering. */
|
||||
protected Window _window;
|
||||
|
||||
@@ -26,8 +26,6 @@ import java.util.Iterator;
|
||||
import java.io.IOException;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.io.ObjectOutputStream;
|
||||
import java.io.Serializable;
|
||||
|
||||
import java.awt.image.BufferedImage;
|
||||
|
||||
import com.samskivert.util.HashIntMap;
|
||||
@@ -43,7 +41,7 @@ import com.threerings.media.tile.TileSet;
|
||||
* on the local filesystem.
|
||||
*/
|
||||
public class TileSetBundle extends HashIntMap<TileSet>
|
||||
implements Serializable, ImageDataProvider
|
||||
implements ImageDataProvider
|
||||
{
|
||||
/**
|
||||
* Initializes this resource bundle with a reference to the jarfile from which it was loaded
|
||||
|
||||
Reference in New Issue
Block a user