SmallSense__MethodSearchDialog.st
changeset 346 88c1d211f9be
parent 344 88d012c17762
child 347 d76d7d8d17a3
--- a/SmallSense__MethodSearchDialog.st	Thu Jun 19 15:19:22 2014 +0100
+++ b/SmallSense__MethodSearchDialog.st	Fri Jun 20 13:56:46 2014 +0100
@@ -74,18 +74,6 @@
 
 !MethodSearchDialog methodsFor:'change & update'!
 
-updateAcceptedValue
-    "Dialog has been accepted (OK pressed). Update accepted value"
-
-    matchingObjectsMultiselect ifTrue:[
-        acceptedValue := matchingObjectsSelectionHolder value collect:[:e|e selector].
-    ] ifFalse:[ 
-        acceptedValue := matchingObjectsSelectionHolder value selector.
-    ].
-
-    "Created: / 19-06-2014 / 12:00:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 updateMatchingObjectsIgnorePattern
     "/ There's a lot of method, do not display them all but
     "/ rather display only recent selections.