comctl32/tests: Remove unused parameter from test_removeimage().

Gerald Pfeifer gerald at pfeifer.com
Sat Feb 12 17:54:25 CST 2011


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

diff --git a/dlls/comctl32/tests/tab.c b/dlls/comctl32/tests/tab.c
index 03c4390..30f13fd 100644
--- a/dlls/comctl32/tests/tab.c
+++ b/dlls/comctl32/tests/tab.c
@@ -1148,7 +1148,7 @@ static void test_delete_focus(HWND parent_wnd)
     DestroyWindow(hTab);
 }
 
-static void test_removeimage(HWND parent_wnd)
+static void test_removeimage()
 {
     static const BYTE bits[32];
     HWND hwTab;
@@ -1408,7 +1408,7 @@ START_TEST(tab)
     test_insert_focus(parent_wnd);
     test_delete_focus(parent_wnd);
     test_delete_selection(parent_wnd);
-    test_removeimage(parent_wnd);
+    test_removeimage();
     test_TCM_SETITEMEXTRA(parent_wnd);
     test_TCS_OWNERDRAWFIXED(parent_wnd);
 
-- 
1.7.2.2



More information about the wine-patches mailing list