diff -r 3d42fb6ec7b0 -r c9a335ff889f UIPainterView.st --- a/UIPainterView.st Wed Jan 28 19:49:45 1998 +0100 +++ b/UIPainterView.st Wed Jan 28 19:50:56 1998 +0100 @@ -622,15 +622,6 @@ ]. ]. - (menuSelector := aProp menu) notNil ifTrue:[ - (menuSelector isArray not) ifTrue:[ - thisCode := self generateMenuMethodFor:menuSelector spec:protoSpec inClass:cls. - thisCode size ~~ 0 ifTrue:[ - code := code , thisCode - ] - ] - ]. - aProp spec aspectSelectors do:[:aSel| (aSel isArray not) ifTrue:[ (cls implements:aSel asSymbol) ifFalse:[