DataSetColumn.st
changeset 991 c1bc86ebe79e
parent 891 f4d2ed9d3b88
child 1007 4ea1ecf23596
--- a/DataSetColumn.st	Sun Jul 19 22:34:50 1998 +0200
+++ b/DataSetColumn.st	Mon Jul 20 16:39:17 1998 +0200
@@ -180,7 +180,7 @@
 !DataSetColumn methodsFor:'drawing'!
 
 drawButtonAtIndex:anIndex x:xR y:yR with:fgColor and:bgColor
-    |y0 x0 extent lv w h|
+    |y0 x0 extent lv w|
 
     w := buttonExtent x.
 
@@ -213,12 +213,11 @@
 drawFrom:start times:nTimes x0:x0 yTop:yTop yBot:yBot with:fgColor and:bgColor
     "redraw rows between start and stop
     "
-    |lgCol dkCol fg bg lblFg lblBg lbl row colSp fH fW fE sepSz level
+    |lgCol dkCol fg bg lblFg lblBg lbl row colSp sepSz 
      h  "{ Class:SmallInteger }"
      n  "{ Class:SmallInteger }"
      y  "{ Class:SmallInteger }"
      x  "{ Class:SmallInteger }"
-     xI "{ Class:SmallInteger }"
      xCol "{ Class:SmallInteger }"
      spacing "{ Class:SmallInteger }"|
 
@@ -709,5 +708,5 @@
 !DataSetColumn class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetColumn.st,v 1.21 1998-05-20 07:38:03 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetColumn.st,v 1.22 1998-07-20 14:39:17 cg Exp $'
 ! !