Remove old comments

This commit is contained in:
Caleb Bassi 2019-01-23 22:09:02 -08:00
parent c48984563e
commit fdb4d5d5ff
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ type LineGraph struct {
DefaultLineColor Color DefaultLineColor Color
} }
// NewLineGraph returns a new LineGraph with current theme.
func NewLineGraph() *LineGraph { func NewLineGraph() *LineGraph {
return &LineGraph{ return &LineGraph{
Block: NewBlock(), Block: NewBlock(),

View File

@ -7,7 +7,6 @@ import (
. "github.com/gizak/termui" . "github.com/gizak/termui"
) )
// Table tracks all the Colors of a Table instance
type Table struct { type Table struct {
*Block *Block