From e7dff53936b064b8055e9469054c7b5003a99b63 Mon Sep 17 00:00:00 2001 From: Alex Aubuchon Date: Mon, 25 Mar 2019 11:15:35 -0400 Subject: [PATCH] Remove partial comment --- src/termui/table.go | 1 - 1 file changed, 1 deletion(-) 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