comctl32/tests: Remove unused parameter.

This commit is contained in:
Paul Vriens 2009-11-13 11:00:56 +01:00 committed by Alexandre Julliard
parent e1e07b40ba
commit 54a01bf5bc
1 changed files with 0 additions and 2 deletions

View File

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