cleanup
authorsr
Fri, 23 Mar 2007 10:42:27 +0100
changeset 2165 a5ff995ed0d7
parent 2164 3c5fe1d92046
child 2166 572401f41f3a
cleanup
MethodFinderWindow.st
--- a/MethodFinderWindow.st	Mon Mar 19 18:54:17 2007 +0100
+++ b/MethodFinderWindow.st	Fri Mar 23 10:42:27 2007 +0100
@@ -418,7 +418,7 @@
 
 Return the OrderedDictionary with the expressions from all the text editors. "
 
-     | tempArguments argCounter tempArgument1Editor tempArgument2Editor tempArgument3Editor tempArgument4Editor
+     | tempArguments argCounter tempArgument1Editor tempArgument2Editor tempArgument3Editor
 associationKey associationValue|
 
 argCounter:=0.
@@ -901,7 +901,7 @@
     The classes are then sorted so the the asterisk appears first. Return the 
     markedClassList."
 
-        | marker recClass unmarkedClassList firstPartOfSelector markedClassList|
+        | marker recClass unmarkedClassList markedClassList|
 
         marker := self class markerForImplementingClass.