stx_libwidg.st
changeset 3512 9786ffe154dc
parent 3488 e36f203dec13
child 3513 83bb6dbd0a97
--- a/stx_libwidg.st	Thu Nov 08 11:37:48 2007 +0100
+++ b/stx_libwidg.st	Thu Nov 08 16:46:23 2007 +0100
@@ -173,16 +173,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_libwidg class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.14 2007-05-30 12:53:22 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.15 2007-11-08 15:46:23 cg Exp $'
 ! !