unneeded method removed
authorClaus Gittinger <cg@exept.de>
Sat, 24 Apr 1999 16:22:25 +0200
changeset 1868 deac5c6bc4f6
parent 1867 d27de2b0705c
child 1869 b435e03cf803
unneeded method removed
ListView.st
--- a/ListView.st	Sat Apr 24 15:40:03 1999 +0200
+++ b/ListView.st	Sat Apr 24 16:22:25 1999 +0200
@@ -1621,10 +1621,6 @@
 
     "Modified: / 18.11.1996 / 19:37:02 / stefan"
     "Modified: / 27.1.1998 / 14:10:04 / cg"
-!
-
-wantsFocusWithButtonPress
-    ^  true
 ! !
 
 !ListView methodsFor:'initialization'!
@@ -3872,5 +3868,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.191 1999-03-19 21:09:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.192 1999-04-24 14:22:25 cg Exp $'
 ! !