diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-28 20:59:42 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-28 20:59:42 -0400 |
| commit | c32e16fd836f4f7caf10d6e5bed97a2baa387e49 (patch) | |
| tree | ecd9576d17be21f833d53f3331cbf1e841dd649b /lineedit.go | |
| parent | 7f89f4afb9bcfc9c27a2b29abf8b92c1bf9fe5bb (diff) | |
Moved TODOs about new event signals to the future plans document.
Diffstat (limited to 'lineedit.go')
| -rw-r--r-- | lineedit.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lineedit.go b/lineedit.go index 79a8c25..2b679aa 100644 --- a/lineedit.go +++ b/lineedit.go @@ -8,8 +8,6 @@ import ( // A LineEdit is a control which allows you to enter a single line of text. type LineEdit struct { - // TODO Typing event - lock sync.Mutex created bool sysData *sysData |
