Removed cruft.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3486 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-04-14 20:39:56 +00:00
parent eda477180f
commit ec31df7a99
@@ -959,12 +959,4 @@ public class DObject extends TrackedObject
return ((Field)o1).getName().compareTo(((Field)o2).getName());
}
};
/** Used when calling set methods dynamically. */
protected static final Class[] ENTRY_CLASS_ARGS =
new Class[] { DSet.Entry.class };
/** Used when calling set methods dynamically. */
protected static final Class[] KEY_CLASS_ARGS =
new Class[] { Comparable.class };
}