diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-15 13:30:35 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-15 13:30:35 -0400 |
| commit | 0e32aff30b87b7dc355c825949e6096ca90e7165 (patch) | |
| tree | b938553e097b6b5d084ecd2df2fa78bb8f1588de /newctrl/control_windows.go | |
| parent | 6b2dac42002cc09972106d75093e504fe33e7a9f (diff) | |
Fixed compiler errors.
Diffstat (limited to 'newctrl/control_windows.go')
| -rw-r--r-- | newctrl/control_windows.go | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
