SmallSense__MethodSearchDialog.st
changeset 365 58f383e9a862
parent 362 b34840b66447
child 366 e2083bc62428
--- a/SmallSense__MethodSearchDialog.st	Sat Dec 06 22:27:37 2014 +0000
+++ b/SmallSense__MethodSearchDialog.st	Mon Dec 08 02:42:33 2014 +0000
@@ -125,23 +125,6 @@
     "Created: / 10-05-2014 / 11:50:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!MethodSearchDialog methodsFor:'hooks'!
-
-commonPostBuild
-"/    self updateMatching.
-"/    recentlySearchedPatterns notEmptyOrNil ifTrue:[
-"/        matchPatternView contents: self recentlySearchedPatterns last.
-"/        matchPatternView selectAll.
-"/    ].
-    self recentlySearchedObjects notEmptyOrNil ifTrue:[
-        self updateMatchingObjects: self recentlySearchedObjects asArray reverse.
-        self updateMatchingLabelToRecentSearches.
-    ].
-    super commonPostBuild
-
-    "Created: / 25-11-2014 / 13:23:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
 !MethodSearchDialog methodsFor:'queries'!
 
 canSelect: selection