UIObjectView.st
changeset 194 2b05bd327785
parent 175 0b0b4d99e3e7
child 208 d6107fdfe5ce
--- a/UIObjectView.st	Sat Jun 28 15:13:50 1997 +0200
+++ b/UIObjectView.st	Sun Jun 29 10:15:24 1997 +0200
@@ -1420,25 +1420,6 @@
 
 ! !
 
-!UIObjectView methodsFor:'user actions - arrange'!
-
-lowerSelection
-    "lower all objects in the selection
-    "
-    self selectionDo:[:aView| aView lower ].
-
-
-!
-
-raiseSelection
-    "raise all objects in the selection
-    "
-    self selectionDo:[:aView| aView raise ].
-    inputView raise.
-
-
-! !
-
 !UIObjectView methodsFor:'user actions - dimension'!
 
 copyExtent