VerticalPanelView.st
changeset 1291 03ed7c44f194
parent 1254 c9e604f03e6a
child 1307 f2ce08878d5e
--- a/VerticalPanelView.st	Thu Jul 31 19:32:30 1997 +0200
+++ b/VerticalPanelView.st	Thu Jul 31 23:12:50 1997 +0200
@@ -583,13 +583,6 @@
     ]
 !
 
-layout
-    "leftover for historic reasons - do not use any more"
-
-    self obsoleteMethodWarning:'use #verticalLayout'.
-    ^ self verticalLayout
-!
-
 layout:something
     "OBSOLETE compatibility interface. Will vanish.
      leftover for historic reasons - do not use any more.
@@ -963,5 +956,5 @@
 !VerticalPanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.30 1997-06-27 09:56:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.31 1997-07-31 21:11:52 cg Exp $'
 ! !