code cleanup - remove old obsolete Project code
authorClaus Gittinger <cg@exept.de>
Thu, 17 Aug 2006 16:13:00 +0200
changeset 1534 2e310e923d63
parent 1533 6897306a3cda
child 1535 f3b48b389221
code cleanup - remove old obsolete Project code
AbstractSourceCodeManager.st
--- a/AbstractSourceCodeManager.st	Thu Aug 17 09:49:44 2006 +0200
+++ b/AbstractSourceCodeManager.st	Thu Aug 17 16:13:00 2006 +0200
@@ -778,16 +778,6 @@
     "Modified: / 5.11.2001 / 17:07:38 / cg"
 !
 
-postFileIn:aClass
-    "invoked after a fileIn"
-
-    |p|
-
-    (p := Project current) notNil ifTrue:[
-        p condenseChangesForClassFilein:aClass.
-    ]
-!
-
 repositoryTopDirectory
     "return the name of the repository"
 
@@ -2157,7 +2147,7 @@
 !AbstractSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.182 2006-08-16 09:26:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.183 2006-08-17 14:13:00 cg Exp $'
 ! !
 
 AbstractSourceCodeManager initialize!