UIGalleryView.st
changeset 2359 d3f8b2492371
parent 2242 63b5fdc3c8a3
child 2495 ead2b25a2c63
--- a/UIGalleryView.st	Fri Jun 13 10:53:16 2008 +0200
+++ b/UIGalleryView.st	Fri Jun 13 11:02:07 2008 +0200
@@ -564,8 +564,6 @@
 !UIGalleryView::Canvas methodsFor:'searching'!
 
 findObjectAt:aPoint
-    "find the origin/corner of the currentWidget
-    "
     |p x y|
 
     subViews size == 0 ifTrue:[^ nil].