shownInSourceCodeManager from superclass
authorClaus Gittinger <cg@exept.de>
Thu, 19 Jan 2012 16:20:07 +0100
changeset 2736 3fc973590e9d
parent 2735 c35703b3930f
child 2737 1eda059e1825
shownInSourceCodeManager from superclass
FileBasedSourceCodeManager.st
--- a/FileBasedSourceCodeManager.st	Thu Jan 19 16:20:03 2012 +0100
+++ b/FileBasedSourceCodeManager.st	Thu Jan 19 16:20:07 2012 +0100
@@ -13,7 +13,7 @@
 
 AbstractSourceCodeManager subclass:#FileBasedSourceCodeManager
 	instanceVariableNames:''
-	classVariableNames:'Verbose RepositoryPath ModulePathes ShownInBrowserMenus'
+	classVariableNames:'Verbose RepositoryPath ModulePathes'
 	poolDictionaries:''
 	category:'System-SourceCodeManagement'
 !
@@ -107,18 +107,6 @@
     RepositoryPath := aPath
 
     "Created: / 22-12-2011 / 00:30:19 / cg"
-!
-
-shownInBrowserMenus
-    ^ ShownInBrowserMenus ? false
-
-    "Created: / 08-01-2012 / 19:53:20 / cg"
-!
-
-shownInBrowserMenus:aBoolean
-    ShownInBrowserMenus := aBoolean
-
-    "Created: / 08-01-2012 / 19:53:34 / cg"
 ! !
 
 !FileBasedSourceCodeManager class methodsFor:'queries'!
@@ -524,11 +512,11 @@
 !FileBasedSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/FileBasedSourceCodeManager.st,v 1.5 2012-01-09 23:39:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/FileBasedSourceCodeManager.st,v 1.6 2012-01-19 15:20:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/FileBasedSourceCodeManager.st,v 1.5 2012-01-09 23:39:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/FileBasedSourceCodeManager.st,v 1.6 2012-01-19 15:20:07 cg Exp $'
 !
 
 version_FileRepository