Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Nov 4, 2024
1 parent 4618e1d commit a6476b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion os/win/dnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a6476b4

Please sign in to comment.