diff options
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 |
