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

Gerald Pfeifer gerald at pfeifer.com
Fri May 7 13:40:02 CDT 2010


---
 dlls/comctl32/tests/listview.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index 0910b59..ecad7b1 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -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);
 
-- 
1.6.6.2



More information about the wine-patches mailing list