From f81882ee8b8a0613fb52670a2a48e92d5a2fa987 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 4 Feb 2019 08:40:06 +0100 Subject: Clean an unused constant Signed-off-by: Simon Rozman --- setupapi/types_windows.go | 1 - 1 file changed, 1 deletion(-) (limited to 'setupapi') 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 -- cgit v1.2.3