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

Alexandre Julliard julliard at winehq.org
Mon Feb 14 10:02:06 CST 2011


Module: wine
Branch: master
Commit: d698e226f6ed18cc452bf11482a7af2877314b39
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d698e226f6ed18cc452bf11482a7af2877314b39

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Sun Feb 13 00:54:25 2011 +0100

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

---

 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..4c464e6 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(void)
 {
     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);
 




More information about the wine-cvs mailing list