unused vars removed
authorClaus Gittinger <cg@exept.de>
Fri, 21 Mar 2003 18:05:43 +0100
changeset 3825 04cc53c36f0f
parent 3824 723af95c5781
child 3826 3e091f89c302
unused vars removed
StandardSystemView.st
--- a/StandardSystemView.st	Fri Mar 21 18:04:49 2003 +0100
+++ b/StandardSystemView.st	Fri Mar 21 18:05:43 2003 +0100
@@ -1262,7 +1262,7 @@
         %4 - the processId
     "
 
-    |pid wg proc id pidString|
+    |wg proc id pidString|
 
     (IncludeHostNameInLabel == true
     and:[WindowLabelFormat notNil]) ifTrue:[
@@ -1524,7 +1524,7 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.146 2003-03-21 17:04:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.147 2003-03-21 17:05:43 cg Exp $'
 ! !
 
 StandardSystemView initialize!