Remove unused vars
authorStefan Vogel <sv@exept.de>
Tue, 20 May 2003 18:55:39 +0200
changeset 1726 7117789f3020
parent 1725 2de97eb77984
child 1727 8c626d784494
Remove unused vars
UILayoutTool.st
UIPainterView.st
--- a/UILayoutTool.st	Mon May 19 12:10:22 2003 +0200
+++ b/UILayoutTool.st	Tue May 20 18:55:39 2003 +0200
@@ -882,7 +882,7 @@
 !
 
 selection:aSelection
-    |appl slice sel noteBook key view|
+    |appl slice sel key view|
 
     aSelection isNumber ifTrue:[
         aSelection ~~ 0 ifTrue:[sel := tabList at:aSelection]
--- a/UIPainterView.st	Mon May 19 12:10:22 2003 +0200
+++ b/UIPainterView.st	Tue May 20 18:55:39 2003 +0200
@@ -609,7 +609,7 @@
 aspectSelectorsAndTypesDo:aTwoArgBlock
     "evaluate aBlock for every aspect methods selector; 2nd arg describes the aspects type"
 
-    |cls methods selector protoSpec|
+    |cls selector protoSpec|
 
     className isNil ifTrue:[
         self warn:'No class defined !!'.
@@ -657,8 +657,6 @@
             aTwoArgBlock value:(selector asSymbol) value:#menu
         ].
     ].
-
-    ^ methods
 !
 
 generateActionMethodFor:aspect spec:protoSpec inClass:targetClass