stx_libview.st
changeset 4840 00671330b2bb
parent 4775 2d91445dfd48
child 4841 898ed753ea9c
--- a/stx_libview.st	Mon Nov 05 12:21:33 2007 +0100
+++ b/stx_libview.st	Thu Nov 08 16:46:29 2007 +0100
@@ -294,16 +294,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_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.11 2007-05-30 12:53:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.12 2007-11-08 15:46:29 cg Exp $'
 ! !