Commit 47fff748 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent 74574768
......@@ -1469,13 +1469,13 @@ static void test_create(void)
static void test_redraw(void)
{
HWND hwnd, hwndheader;
HWND hwnd;
HDC hdc;
BOOL res;
DWORD r;
hwnd = create_listview_control(LVS_REPORT);
hwndheader = subclass_header(hwnd);
subclass_header(hwnd);
flush_sequences(sequences, NUM_MSG_SEQUENCES);
......
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