diff -r 4ba88c3270fc -r fa73f8d9dce6 MenuEditor.st --- 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|