Paul Vriens : comctl32/tests: Remove unused parameter.

Alexandre Julliard julliard at winehq.org
Fri Nov 13 09:37:06 CST 2009


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Fri Nov 13 11:00:56 2009 +0100

comctl32/tests: Remove unused parameter.

---

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

diff --git a/dlls/comctl32/tests/imagelist.c b/dlls/comctl32/tests/imagelist.c
index dd02c33..d67252a 100644
--- a/dlls/comctl32/tests/imagelist.c
+++ b/dlls/comctl32/tests/imagelist.c
@@ -78,7 +78,6 @@ static HRESULT (WINAPI *pImageList_CoCreateInstance)(REFCLSID,const IUnknown *,
     REFIID,void **);
 static HRESULT (WINAPI *pHIMAGELIST_QueryInterface)(HIMAGELIST,REFIID,void **);
 
-static HDC desktopDC;
 static HINSTANCE hinst;
 
 /* These macros build cursor/bitmap data in 4x4 pixel blocks */
@@ -1290,7 +1289,6 @@ START_TEST(imagelist)
     pImageList_DrawIndirect = (void*)GetProcAddress(hComCtl32, "ImageList_DrawIndirect");
     pImageList_SetImageCount = (void*)GetProcAddress(hComCtl32, "ImageList_SetImageCount");
 
-    desktopDC=GetDC(NULL);
     hinst = GetModuleHandleA(NULL);
 
     InitCommonControls();




More information about the wine-cvs mailing list