Missed a no-longer-used attribute

This commit is contained in:
Sean E. Russell 2020-05-13 10:08:43 -05:00
parent 310a6d084d
commit f5fc8b1854

View File

@ -14,7 +14,6 @@ import (
type BatteryGauge struct {
*termui.Gauge
metric *metrics.Gauge
}
func NewBatteryGauge() *BatteryGauge {