Commit a2edb3c5 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

comctl32/tests: Remove variable hwndheader which is not really used from test_items.

parent f29514fb
......@@ -1194,7 +1194,7 @@ static void test_items(void)
static void test_columns(void)
{
HWND hwnd, hwndheader;
HWND hwnd;
LVCOLUMNA column;
LVITEMA item;
INT order[2];
......@@ -1220,7 +1220,7 @@ static void test_columns(void)
/* LVM_GETCOLUMNORDERARRAY */
hwnd = create_listview_control(LVS_REPORT);
hwndheader = subclass_header(hwnd);
subclass_header(hwnd);
memset(&column, 0, sizeof(column));
column.mask = LVCF_WIDTH;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment