checkin from browser
authortz
Mon, 23 Feb 1998 14:32:05 +0100
changeset 666 8dc197e3e07b
parent 665 be9ead6a517b
child 667 0afd85e27240
checkin from browser
MethodSelectionBrowser.st
--- a/MethodSelectionBrowser.st	Sun Feb 22 21:37:42 1998 +0100
+++ b/MethodSelectionBrowser.st	Mon Feb 23 14:32:05 1998 +0100
@@ -181,7 +181,6 @@
 
 selector
 
-    selector isNil ifTrue: [selector := method who methodSelector].
     ^selector
 
 !