UIPainterView.st
changeset 510 c9a335ff889f
parent 501 16d87a6511d4
child 511 082c077ff0c7
--- 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:[