diff options
Diffstat (limited to 'redo/basicctrls.go')
| -rw-r--r-- | redo/basicctrls.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/basicctrls.go b/redo/basicctrls.go index f4f1297..b9265f9 100644 --- a/redo/basicctrls.go +++ b/redo/basicctrls.go @@ -42,7 +42,6 @@ func NewCheckbox(text string) Checkbox { } // TextField is a Control in which the user can enter a single line of text. -// TODO rename private implementations from textField to textfield type TextField interface { Control |
