TabView.st
changeset 551 b9d3ddbc3365
parent 550 f4c65aff6387
child 576 08f44b433b51
--- a/TabView.st	Sat Oct 11 14:01:19 1997 +0200
+++ b/TabView.st	Sat Oct 11 14:20:07 1997 +0200
@@ -650,8 +650,6 @@
 redrawRawAt:aRawNr in:aRectangle
     "redraw raw at a number; all contained tabs are drawn unselected
     "
-    |rectangle|
-
     list reverseDo:[:aTab|
         aTab lineNr == aRawNr ifTrue:[
             (aTab intersects:aRectangle) ifTrue:[
@@ -1194,5 +1192,5 @@
 !TabView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TabView.st,v 1.25 1997-10-11 12:01:19 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TabView.st,v 1.26 1997-10-11 12:20:00 cg Exp $'
 ! !