From 1bb2371e8d7c92ef533e29c7605b48ebc53adb7d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 15 Feb 2014 15:38:41 -0500 Subject: More TODO reduction. --- lineedit.go | 1 - 1 file changed, 1 deletion(-) (limited to 'lineedit.go') 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() -- cgit v1.2.3