From 0e32aff30b87b7dc355c825949e6096ca90e7165 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 15 Oct 2014 13:30:35 -0400 Subject: Fixed compiler errors. --- newctrl/control_windows.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'newctrl/control_windows.go') diff --git a/newctrl/control_windows.go b/newctrl/control_windows.go index 106727b..1da8a60 100644 --- a/newctrl/control_windows.go +++ b/newctrl/control_windows.go @@ -8,9 +8,6 @@ import "C" type controlParent struct { hwnd C.HWND } -type sizing struct { - // TODO -} // don't specify preferredSize in any of these; they're per-control -- cgit v1.2.3