Remove partial comment

This commit is contained in:
Alex Aubuchon 2019-03-25 11:15:35 -04:00
parent 0f2a5d1e9a
commit e7dff53936
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ func (self *Table) Draw(buf *Buffer) {
} }
} }
// drawLoca
func (self *Table) drawLocation(buf *Buffer) { func (self *Table) drawLocation(buf *Buffer) {
total := len(self.Rows) total := len(self.Rows)
topRow := self.TopRow + 1 topRow := self.TopRow + 1