[USER32_APITEST]

- Remove nonexistent test...

svn path=/trunk/; revision=69708
This commit is contained in:
Thomas Faber 2015-10-26 12:05:35 +00:00
parent ca8fcf5402
commit a8f4623261
2 changed files with 0 additions and 3 deletions

View file

@ -9,7 +9,6 @@ list(APPEND SOURCE
DestroyCursorIcon.c
DrawIconEx.c
desktop.c
DestroyWindow.c
EnumDisplaySettings.c
GetDCEx.c
GetIconInfo.c

View file

@ -11,7 +11,6 @@ extern void func_DeferWindowPos(void);
extern void func_DestroyCursorIcon(void);
extern void func_DrawIconEx(void);
extern void func_desktop(void);
extern void func_DestroyWindow(void);
extern void func_EnumDisplaySettings(void);
extern void func_GetDCEx(void);
extern void func_GetIconInfo(void);
@ -48,7 +47,6 @@ const struct test winetest_testlist[] =
{ "DestroyCursorIcon", func_DestroyCursorIcon },
{ "DrawIconEx", func_DrawIconEx },
{ "desktop", func_desktop },
{ "DestroyWindow", func_DestroyWindow },
{ "EnumDisplaySettings", func_EnumDisplaySettings },
{ "GetDCEx", func_GetDCEx },
{ "GetIconInfo", func_GetIconInfo },