Nicolas Cellier uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-nice.150.mcz==================== Summary ====================
Name: Graphics-nice.150
Author: nice
Time: 1 October 2010, 10:39:00.499 pm
UUID: 20a16c7e-0232-4fd1-a522-23999bb77504
Ancestors: Graphics-ar.149
Remove #hashMappedBy: and #identityHashMappedBy:
=============== Diff against Graphics-ar.149 ===============
Item was removed:
- ----- Method: Point>>hashMappedBy: (in category 'comparing') -----
- hashMappedBy: map
- "My hash is independent of my oop."
-
- ^self hash!
Item was removed:
- ----- Method: Rectangle>>hashMappedBy: (in category 'comparing') -----
- hashMappedBy: map
- "My hash is independent of my oop."
-
- ^self hash!