diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-25 13:17:22 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-25 13:17:22 -0500 |
| commit | 1a4e10f18dcc83a49a59ee7d0e9edc068cfae53b (patch) | |
| tree | b2105912b81b4cd5d9aad56077c20c5cc8d3300d | |
| parent | 84949b52d877088e74edc0dca5549d50428573f0 (diff) | |
Removed a stray TODO about a constant in comctl_windows.go.
| -rw-r--r-- | comctl_windows.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comctl_windows.go b/comctl_windows.go index 6c472e8..14ec216 100644 --- a/comctl_windows.go +++ b/comctl_windows.go @@ -63,8 +63,6 @@ const ( _CCM_SETBKCOLOR = (_CCM_FIRST + 1) ) -// TODO move _WM_USER here? - // Progress Bar styles. const ( _PBS_SMOOTH = 0x01 |
