From 4597d7fa6477a0e92a4f005faaa4467bc07bcade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Talha=20Alt=C4=B1nel?= Date: Tue, 1 Jul 2025 08:36:12 +0100 Subject: [PATCH] fix windows CI (#4378) * update vtblCommonFunc.go * update iShellItemArray.go --------- Co-authored-by: Lea Anthony --- v2/internal/go-common-file-dialog/cfd/iShellItemArray.go | 1 - v2/internal/go-common-file-dialog/cfd/vtblCommonFunc.go | 1 - 2 files changed, 2 deletions(-) diff --git a/v2/internal/go-common-file-dialog/cfd/iShellItemArray.go b/v2/internal/go-common-file-dialog/cfd/iShellItemArray.go index 743313d92..c548160d1 100644 --- a/v2/internal/go-common-file-dialog/cfd/iShellItemArray.go +++ b/v2/internal/go-common-file-dialog/cfd/iShellItemArray.go @@ -4,7 +4,6 @@ package cfd import ( - "fmt" "github.com/go-ole/go-ole" "syscall" "unsafe" diff --git a/v2/internal/go-common-file-dialog/cfd/vtblCommonFunc.go b/v2/internal/go-common-file-dialog/cfd/vtblCommonFunc.go index eb142198b..581a7b25c 100644 --- a/v2/internal/go-common-file-dialog/cfd/vtblCommonFunc.go +++ b/v2/internal/go-common-file-dialog/cfd/vtblCommonFunc.go @@ -3,7 +3,6 @@ package cfd import ( - "fmt" "github.com/go-ole/go-ole" "strings" "syscall"