HorizontalPanelView.st
changeset 1291 03ed7c44f194
parent 1254 c9e604f03e6a
child 1306 bf4903012f7a
--- a/HorizontalPanelView.st	Thu Jul 31 19:32:30 1997 +0200
+++ b/HorizontalPanelView.st	Thu Jul 31 23:12:50 1997 +0200
@@ -971,13 +971,6 @@
     "Modified: 26.3.1997 / 15:41:16 / cg"
 !
 
-layout
-    "leftover for historic reasons - do not use any more"
-
-    self obsoleteMethodWarning:'use #horizontalLayout'.
-    ^ self horizontalLayout
-!
-
 layout:something
     "OBSOLETE compatibility interface. Will vanish.
      leftover for historic reasons - do not use any more.
@@ -1377,5 +1370,5 @@
 !HorizontalPanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.32 1997-06-27 09:56:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.33 1997-07-31 21:12:35 cg Exp $'
 ! !