Removed outdated comment from Control's documentation.

This commit is contained in:
Pietro Gagliardi 2014-08-15 20:01:57 -04:00
parent a282a12b81
commit bf57ce17ca
1 changed files with 0 additions and 1 deletions

View File

@ -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