unused local vars removed
authortz
Mon, 13 Jul 1998 19:07:12 +0200
changeset 890 dac91d5af289
parent 889 39d326722589
child 891 bafed0c2436d
unused local vars removed
UIPainter.st
--- a/UIPainter.st	Mon Jul 13 18:15:53 1998 +0200
+++ b/UIPainter.st	Mon Jul 13 19:07:12 1998 +0200
@@ -2543,7 +2543,7 @@
 treeSelection
     "called whenever the selection of the treeview has changed"
 
-    |view list spec slices size property tabComponent canCutOrCopy canPaste clipboard sel|
+    |view list spec slices size property tabComponent|
 
     self isModified ifTrue:[
         (self confirm:'Accept modifications in section ' , tabSelection printString asBoldText, '?') ifTrue:[