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:
Ray Greenwell
2002-10-15 21:01:39 +00:00
parent 107273fce3
commit be2bc4205b
5 changed files with 5 additions and 30 deletions
@@ -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