summaryrefslogtreecommitdiff
path: root/lineedit.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 /lineedit.go
parent900ec4e715a382e8d77c7eb7b8fbfacca705f5c8 (diff)
More TODO reduction.
Diffstat (limited to 'lineedit.go')
-rw-r--r--lineedit.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lineedit.go b/lineedit.go
index 9c839c5..ac20030 100644
--- a/lineedit.go
+++ b/lineedit.go
@@ -37,7 +37,6 @@ func (l *LineEdit) Text() string {
return l.initText
}
-// TODO adorn errors with what failed
func (l *LineEdit) make(window *sysData) error {
l.lock.Lock()
defer l.lock.Unlock()