TabItem.st
changeset 2439 5bc545c13f51
parent 2438 3c77e12a63d6
child 2491 10f86a3c5342
--- a/TabItem.st	Tue Feb 18 14:40:11 2003 +0100
+++ b/TabItem.st	Tue Feb 18 15:16:32 2003 +0100
@@ -506,7 +506,7 @@
 editAgument:anArgument
     "used by TabItemEditor to set the argument
     "
-    |arg size|
+    |size|
 
     anArgument size ~~ 0 ifTrue:[
         argument := anArgument withoutSeparators.
@@ -649,7 +649,7 @@
 literalArrayEncoding
     "return myself encoded as a literal array
     "
-    |coll val|
+    |coll|
 
     coll := OrderedCollection new.
     coll add:#TabItem.
@@ -772,5 +772,5 @@
 !TabItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TabItem.st,v 1.15 2003-02-18 13:40:11 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TabItem.st,v 1.16 2003-02-18 14:16:32 stefan Exp $'
 ! !