summaryrefslogtreecommitdiff
path: root/label.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-15 15:38:41 -0500
committerPietro Gagliardi <[email protected]>2014-02-15 15:38:41 -0500
commit1bb2371e8d7c92ef533e29c7605b48ebc53adb7d (patch)
tree14dc1565fb62a8932df9f4c644ba17250cbd603f /label.go
parent900ec4e715a382e8d77c7eb7b8fbfacca705f5c8 (diff)
More TODO reduction.
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()