no need for productName string (already inherited)
authorClaus Gittinger <cg@exept.de>
Thu, 08 Nov 2007 16:47:27 +0100
changeset 7892 67b7df797f8e
parent 7891 38d14a0aed6b
child 7893 24e5de817a76
no need for productName string (already inherited)
stx_libtool.st
--- a/stx_libtool.st	Thu Nov 08 12:17:29 2007 +0100
+++ b/stx_libtool.st	Thu Nov 08 16:47:27 2007 +0100
@@ -262,16 +262,10 @@
     "Return a copyright string which will appear in <lib>.rc"
 
     ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
-!
-
-productName
-    "Return a product name which will appear in <lib>.rc"
-
-    ^ 'Smalltalk/X'
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.24 2007-05-30 12:53:40 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.25 2007-11-08 15:47:27 cg Exp $'
 ! !