summaryrefslogtreecommitdiff
path: root/comctl_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-29 10:30:03 -0400
committerPietro Gagliardi <[email protected]>2014-04-29 10:30:03 -0400
commit11a4214c550c26c46f82c9c847128bc0c694e085 (patch)
tree33a81d89c3fffbb9fed32409f4c027bd7b92d841 /comctl_windows.go
parente75730b37dda121a383d4f0103945a0f9950b2ad (diff)
Decided not to deactivate the Windows Common Control 6 manifest activation context since it's active for the life of the program already.
Diffstat (limited to 'comctl_windows.go')
-rw-r--r--comctl_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/comctl_windows.go b/comctl_windows.go
index 1d0e221..ea26704 100644
--- a/comctl_windows.go
+++ b/comctl_windows.go
@@ -12,7 +12,6 @@ import (
// pretty much every constant here except _WM_USER is from commctrl.h, except where noted
var (
- // TODO deinitialize at program end?
comctlManifestCookie uintptr
)