SelectionInListModelView.st
changeset 2641 c69c486e53c0
parent 2632 48a2b5f7d091
child 2642 27174081058f
--- a/SelectionInListModelView.st	Thu Feb 19 08:22:58 2004 +0100
+++ b/SelectionInListModelView.st	Thu Feb 19 08:23:33 2004 +0100
@@ -1918,14 +1918,6 @@
     "
     self deselectWithoutRedraw.
     super lostSynchronisation.
-!
-
-xVisibleOfItem:anItem
-    "returns the visible x of the labeled text
-    "
-    ^ textStartLeft - viewOrigin x
-
-
 ! !
 
 !SelectionInListModelView methodsFor:'queries'!
@@ -2322,5 +2314,5 @@
 !SelectionInListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.92 2004-02-13 15:57:36 martin Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.93 2004-02-19 07:23:33 ca Exp $'
 ! !