comctl32/tests: Remove variable hwndheader which is not really used from test_redraw.
This commit is contained in:
parent
745747688d
commit
47fff748cc
|
@ -1469,13 +1469,13 @@ static void test_create(void)
|
||||||
|
|
||||||
static void test_redraw(void)
|
static void test_redraw(void)
|
||||||
{
|
{
|
||||||
HWND hwnd, hwndheader;
|
HWND hwnd;
|
||||||
HDC hdc;
|
HDC hdc;
|
||||||
BOOL res;
|
BOOL res;
|
||||||
DWORD r;
|
DWORD r;
|
||||||
|
|
||||||
hwnd = create_listview_control(LVS_REPORT);
|
hwnd = create_listview_control(LVS_REPORT);
|
||||||
hwndheader = subclass_header(hwnd);
|
subclass_header(hwnd);
|
||||||
|
|
||||||
flush_sequences(sequences, NUM_MSG_SEQUENCES);
|
flush_sequences(sequences, NUM_MSG_SEQUENCES);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue