Project.st
changeset 2558 07e7d6fef46d
parent 2334 7502902385ff
child 2664 4e286916a2e3
--- a/Project.st	Fri Apr 18 16:28:15 1997 +0200
+++ b/Project.st	Fri Apr 18 16:29:11 1997 +0200
@@ -266,7 +266,7 @@
      This is only remembered, if the current project is not the
      system project (to avoid filling this remembered-table)"
 
-    |p c|
+    |p|
 
     p := CurrentProject.
     (p notNil 
@@ -1004,6 +1004,6 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.52 1997-01-30 20:12:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.53 1997-04-18 14:28:42 cg Exp $'
 ! !
 Project initialize!