summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redo/control.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/control.go b/redo/control.go
index b75386c..0358965 100644
--- a/redo/control.go
+++ b/redo/control.go
@@ -3,7 +3,6 @@
package ui
// Control represents a control.
-// 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
controlSizing