summaryrefslogtreecommitdiff
path: root/redo/control.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-15 20:01:57 -0400
committerPietro Gagliardi <[email protected]>2014-08-15 20:01:57 -0400
commitbf57ce17ca7c2b7a246bb00b0012c73fe0f4f2de (patch)
treec4c703813d2a978701dafd9800fa5efbd9023ed3 /redo/control.go
parenta282a12b81fb82dd7d7b9c2b04d8cf3933fde5d3 (diff)
Removed outdated comment from Control's documentation.
Diffstat (limited to 'redo/control.go')
-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