diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-28 07:25:42 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-28 07:25:42 -0400 |
| commit | 9134189f5216527188441fcc1376568575d78a77 (patch) | |
| tree | 16bc68c17ef4f7773176b0934651f8e9632f3cdc /controlsize_windows.go | |
| parent | 2e7f3d299ece8588180450d95ac6962e7e278cce (diff) | |
Migrated controlsize_windows.go and stdwndclass_windows.go to the new API.
Diffstat (limited to 'controlsize_windows.go')
| -rw-r--r-- | controlsize_windows.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/controlsize_windows.go b/controlsize_windows.go index d43599c..0afd209 100644 --- a/controlsize_windows.go +++ b/controlsize_windows.go @@ -175,7 +175,6 @@ func releaseTextDC(hwnd _HWND, dc _HANDLE) { } } -// This function runs on uitask; call the functions directly. func (s *sysData) preferredSize(d *sysSizeData) (width int, height int) { // the preferred size of an Area is its size if stdDlgSizes[s.ctype].area { |
