MenuEditor.st
changeset 233 fa73f8d9dce6
parent 228 ae3028e45467
child 243 ae6608b760bf
--- a/MenuEditor.st	Mon Jul 21 16:26:03 1997 +0200
+++ b/MenuEditor.st	Tue Jul 22 15:37:06 1997 +0200
@@ -2380,12 +2380,6 @@
 
 !MenuEditor::Painter methodsFor:'selection'!
 
-selectNode:aNode
-    "change selection to a node
-    "
-    self selection:(listOfNodes findFirst:[:el| el == aNode])
-!
-
 selectedNodeChanged
     |node name index|