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

This commit is contained in:
Gerald Pfeifer 2010-05-07 20:40:02 +02:00 committed by Alexandre Julliard
parent 745747688d
commit 47fff748cc
1 changed files with 2 additions and 2 deletions

View File

@ -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);