Remove old comments
This commit is contained in:
parent
c48984563e
commit
fdb4d5d5ff
@ -19,7 +19,6 @@ type LineGraph struct {
|
||||
DefaultLineColor Color
|
||||
}
|
||||
|
||||
// NewLineGraph returns a new LineGraph with current theme.
|
||||
func NewLineGraph() *LineGraph {
|
||||
return &LineGraph{
|
||||
Block: NewBlock(),
|
||||
|
@ -7,7 +7,6 @@ import (
|
||||
. "github.com/gizak/termui"
|
||||
)
|
||||
|
||||
// Table tracks all the Colors of a Table instance
|
||||
type Table struct {
|
||||
*Block
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user