summaryrefslogtreecommitdiff
path: root/label.go
diff options
context:
space:
mode:
Diffstat (limited to 'label.go')
-rw-r--r--label.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/label.go b/label.go
index d924cd3..cadeff0 100644
--- a/label.go
+++ b/label.go
@@ -24,7 +24,6 @@ func NewLabel(text string) *Label {
// TODO SetText()/Text()?
-// TODO adorn error messages
func (l *Label) make(window *sysData) error {
l.lock.Lock()
defer l.lock.Unlock()