diff options
author | Simon Rozman <simon@rozman.si> | 2019-02-04 08:40:06 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-02-05 12:59:42 +0100 |
commit | f81882ee8b8a0613fb52670a2a48e92d5a2fa987 (patch) | |
tree | 6b08cff6d21d519a0405ef8ffea2990a6db2dd2e /setupapi | |
parent | 3e0e61dd26d900eb6eaf826200241cbf84cd068d (diff) |
Clean an unused constant
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'setupapi')
-rw-r--r-- | setupapi/types_windows.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setupapi/types_windows.go b/setupapi/types_windows.go index fa47a5a..e407f77 100644 --- a/setupapi/types_windows.go +++ b/setupapi/types_windows.go @@ -249,7 +249,6 @@ const ( DIF_NEWDEVICEWIZARD_PREANALYZE DI_FUNCTION = 0x0000001C DIF_NEWDEVICEWIZARD_POSTANALYZE DI_FUNCTION = 0x0000001D DIF_NEWDEVICEWIZARD_FINISHINSTALL DI_FUNCTION = 0x0000001E - DIF_UNUSED1 DI_FUNCTION = 0x0000001F DIF_INSTALLINTERFACES DI_FUNCTION = 0x00000020 DIF_DETECTCANCEL DI_FUNCTION = 0x00000021 DIF_REGISTER_COINSTALLERS DI_FUNCTION = 0x00000022 |