1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-08-07 08:42:59 +00:00

[HDWWIZ] ProbeListPageDlgProc(): Top 'Item' variable is enough ()

Addendum to ce498aa571.
This commit is contained in:
Serge Gautherie 2019-10-22 03:12:04 +02:00 committed by Katayama Hirofumi MZ
parent 082f230ac7
commit c8cbd566f9

View file

@ -434,7 +434,6 @@ ProbeListPageDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
}
else
{
LVITEM Item;
PWSTR pts;
ZeroMemory(&Item, sizeof(LV_ITEM));