From bf57ce17ca7c2b7a246bb00b0012c73fe0f4f2de Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 15 Aug 2014 20:01:57 -0400 Subject: [PATCH] Removed outdated comment from Control's documentation. --- redo/control.go | 1 - 1 file changed, 1 deletion(-) 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