shownInSourceCodeManager from superclass
authorClaus Gittinger <cg@exept.de>
Thu, 19 Jan 2012 16:19:57 +0100
changeset 2734 85cf105b23ad
parent 2733 e164eb9dbd69
child 2735 c35703b3930f
shownInSourceCodeManager from superclass
StoreSourceCodeManager.st
--- a/StoreSourceCodeManager.st	Thu Jan 19 16:19:52 2012 +0100
+++ b/StoreSourceCodeManager.st	Thu Jan 19 16:19:57 2012 +0100
@@ -13,8 +13,7 @@
 
 AbstractSourceCodeManager subclass:#StoreSourceCodeManager
 	instanceVariableNames:''
-	classVariableNames:'Verbose Connection DefaultDBInfo DBInfoPerModule
-		ShownInBrowserMenus'
+	classVariableNames:'Verbose Connection DefaultDBInfo DBInfoPerModule'
 	poolDictionaries:''
 	category:'System-SourceCodeManagement'
 !
@@ -154,18 +153,6 @@
     ^ self shouldImplement
 !
 
-shownInBrowserMenus
-    ^ ShownInBrowserMenus ? false
-
-    "Created: / 08-01-2012 / 19:53:20 / cg"
-!
-
-shownInBrowserMenus:aBoolean
-    ShownInBrowserMenus := aBoolean
-
-    "Created: / 08-01-2012 / 19:53:34 / cg"
-!
-
 userName
     ^ self defaultDBInfo userName
 !
@@ -459,5 +446,5 @@
 !StoreSourceCodeManager class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.22 2012-01-09 23:39:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.23 2012-01-19 15:19:57 cg Exp $'
 ! !