stx_libview2.st
changeset 2177 8791330f5007
parent 2176 6486f04fa88d
child 2183 9e2326daadf3
--- a/stx_libview2.st	Wed Aug 23 11:47:22 2006 +0200
+++ b/stx_libview2.st	Wed Aug 23 16:31:05 2006 +0200
@@ -152,8 +152,6 @@
 
 extensionMethodNames
     ^ #(
-'TransparentBoxSpec class' #version
-'TransparentBoxSpec class' #supportsSubComponents
     )
 ! !
 
@@ -307,5 +305,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.4 2006-08-23 09:47:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.5 2006-08-23 14:31:05 cg Exp $'
 ! !