diff options
Diffstat (limited to 'redo/control.go')
| -rw-r--r-- | redo/control.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/control.go b/redo/control.go index 4ba9618..b75386c 100644 --- a/redo/control.go +++ b/redo/control.go @@ -6,7 +6,6 @@ package ui // All Controls have event handlers that take a single argument (the Doer active during the event) and return nothing. type Control interface { setParent(p *controlParent) // controlParent defined per-platform - // TODO enable/disable (public) controlSizing } |
