diff options
Diffstat (limited to 'lineedit.go')
| -rw-r--r-- | lineedit.go | 1 |
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() |
