NewInspectorList.st
changeset 327 0040d47658c6
parent 38 7b75ce74d9e1
child 809 6f127dd5e578
--- a/NewInspectorList.st	Fri Oct 10 20:12:52 1997 +0200
+++ b/NewInspectorList.st	Fri Oct 10 20:59:33 1997 +0200
@@ -201,7 +201,7 @@
     "returns the instnace variable assigned to the index or 
      nil in case of an invalid index.
     "
-    |idx nm|
+    |nm|
 
     (anIndex isNil or:[anIndex > instanceTypes size]) ifFalse:[
         nm := instanceNames at:anIndex.