From 2b95335e6e3cdd9aac7995c919292ff0a33d2e9d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 17 Oct 2014 16:35:30 -0400 Subject: Cleaned up some code. --- newctrl/control.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'newctrl/control.go') diff --git a/newctrl/control.go b/newctrl/control.go index 1f08ce2..3a03a54 100644 --- a/newctrl/control.go +++ b/newctrl/control.go @@ -5,10 +5,9 @@ package ui // Control represents a control. type Control interface { setParent(p *controlParent) // controlParent defined per-platform -// nChildren() int // TODO preferredSize(d *sizing) (width, height int) resize(x int, y int, width int, height int, d *sizing) - nTabStops() int + nTabStops() int // used by the Windows backend } type controlbase struct { -- cgit v1.2.3