summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Aubuchon <alex@alxe.me>2019-03-25 11:15:35 -0400
committerAlex Aubuchon <alex@alxe.me>2019-03-25 11:15:35 -0400
commite7dff53936b064b8055e9469054c7b5003a99b63 (patch)
tree554eb5fc3fa3a3b8e2647241964907b90b40dc01
parent0f2a5d1e9a0f70da7dedd21117318a7dc25b0199 (diff)
Remove partial comment
-rw-r--r--src/termui/table.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/termui/table.go b/src/termui/table.go
index de34629..eeb82af 100644
--- a/src/termui/table.go
+++ b/src/termui/table.go
@@ -128,7 +128,6 @@ func (self *Table) Draw(buf *Buffer) {
}
}
-// drawLoca
func (self *Table) drawLocation(buf *Buffer) {
total := len(self.Rows)
topRow := self.TopRow + 1