Anally removed Comparator.equals() implementations that overrode
Object.equals() with equivalent functionality. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1799 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ModeUtil.java,v 1.3 2002/05/09 18:43:56 mdb Exp $
|
||||
// $Id: ModeUtil.java,v 1.4 2002/10/15 21:01:39 ray Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
@@ -52,10 +52,6 @@ public class ModeUtil
|
||||
// for same bitrates, prefer higher refresh rates
|
||||
return rr2 - rr1;
|
||||
}
|
||||
|
||||
public boolean equals (Object obj) {
|
||||
return this == obj;
|
||||
}
|
||||
};
|
||||
|
||||
// but we only add modes that meet our minimum requirements
|
||||
|
||||
Reference in New Issue
Block a user