stx_libtool.st
changeset 7127 dd8247ef86af
parent 7074 6690ccaad741
child 7138 dc6b03873764
--- a/stx_libtool.st	Wed Sep 13 18:35:51 2006 +0200
+++ b/stx_libtool.st	Thu Sep 14 10:59:06 2006 +0200
@@ -187,14 +187,6 @@
     ^ 'Smalltalk/X Tools'
 !
 
-fileDescription
-    "Return a description string which will appear in <lib>.rc"
-
-    ^ 'Smalltalk/X Tools ClassLibrary'
-
-    "Created: / 22-08-2006 / 23:28:07 / cg"
-!
-
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
@@ -210,5 +202,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.7 2006-08-30 13:22:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.8 2006-09-14 08:59:06 cg Exp $'
 ! !