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:
Dave Hoover
2009-08-17 21:46:05 +00:00
parent ed81ddb402
commit 707ebe5e5a
10 changed files with 9 additions and 14 deletions
@@ -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;