Remove old comments
This commit is contained in:
parent
c48984563e
commit
fdb4d5d5ff
@ -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(),
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user