Nixed a bunch of redundant casts.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@304 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -607,7 +607,7 @@ public class MisoScenePanel extends VirtualMediaPanel
|
||||
// there are any items in the array)
|
||||
int icount = _hitList.size();
|
||||
if (icount > 0) {
|
||||
DirtyItem item = (DirtyItem)_hitList.get(icount-1);
|
||||
DirtyItem item = _hitList.get(icount-1);
|
||||
hobject = item.obj;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user