From a6476b483d128ab8e31be406cebbb1bb4c8ce8f4 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 4 Nov 2024 17:36:39 -0300 Subject: [PATCH] Remove unused variable --- os/win/dnd.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/os/win/dnd.cpp b/os/win/dnd.cpp index 5af81407e..5de7e62f4 100644 --- a/os/win/dnd.cpp +++ b/os/win/dnd.cpp @@ -270,7 +270,6 @@ bool DragDataProviderWin::contains(DragDataItemType type) UINT urlFormat = RegisterClipboardFormat(CFSTR_INETURL); UINT pngFormat = RegisterClipboardFormat(L"PNG"); UINT fileDescriptorFormat = RegisterClipboardFormat(CFSTR_FILEDESCRIPTOR); - char name[101]; FORMATETC fmt; while (formats->Next(1, &fmt, nullptr) == S_OK) { switch (fmt.cfFormat) {