diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-15 20:01:57 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-15 20:01:57 -0400 |
| commit | bf57ce17ca7c2b7a246bb00b0012c73fe0f4f2de (patch) | |
| tree | c4c703813d2a978701dafd9800fa5efbd9023ed3 | |
| parent | a282a12b81fb82dd7d7b9c2b04d8cf3933fde5d3 (diff) | |
Removed outdated comment from Control's documentation.
| -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 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 |
