unused vars removed
authorClaus Gittinger <cg@exept.de>
Fri, 21 Mar 2003 18:04:49 +0100
changeset 3824 723af95c5781
parent 3823 e76715148cb3
child 3825 04cc53c36f0f
unused vars removed
StandardSystemView.st
--- a/StandardSystemView.st	Fri Mar 21 11:59:01 2003 +0100
+++ b/StandardSystemView.st	Fri Mar 21 18:04:49 2003 +0100
@@ -1412,7 +1412,7 @@
 physicalCreate
     "common code for create & recreate"
 
-    |l icn icnMask listener ret|
+    |l icn icnMask|
 
     l := self windowLabelFor:label.
 
@@ -1524,7 +1524,7 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.145 2003-01-07 16:35:19 martin Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.146 2003-03-21 17:04:49 cg Exp $'
 ! !
 
 StandardSystemView initialize!