no need for productName string (already inherited)
authorClaus Gittinger <cg@exept.de>
Thu, 08 Nov 2007 16:47:15 +0100
changeset 2349 4233ee81d0cc
parent 2348 ab36aad361f6
child 2350 51be248dae3c
no need for productName string (already inherited)
stx_libview2.st
--- a/stx_libview2.st	Thu Nov 08 14:14:33 2007 +0100
+++ b/stx_libview2.st	Thu Nov 08 16:47:15 2007 +0100
@@ -312,16 +312,10 @@
     "Return 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_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.21 2007-05-30 12:53:15 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.22 2007-11-08 15:47:15 cg Exp $'
 ! !