x
authorClaus Gittinger <cg@exept.de>
Thu, 12 Jan 2012 03:33:29 +0100
changeset 11117 bf15e9902fe9
parent 11116 86de3247a42f
child 11118 6d72314eb4df
x
FindFileApplication.st
--- a/FindFileApplication.st	Thu Jan 12 03:32:18 2012 +0100
+++ b/FindFileApplication.st	Thu Jan 12 03:33:29 2012 +0100
@@ -874,10 +874,6 @@
 
 !FindFileApplication methodsFor:'aspects'!
 
-autoSelectInBrowser
-    ^ self autoSelectInBrowserHolder value.
-!
-
 canUseGrep
     "grep command is much faster, but:
         - not under MSDOS
@@ -1681,9 +1677,9 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.98 2012-01-12 01:55:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.99 2012-01-12 02:33:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.98 2012-01-12 01:55:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.99 2012-01-12 02:33:29 cg Exp $'
 ! !