From b0269c94860e18047597fa6283936864baa7145e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20D=C3=B6singer?= Date: Sat, 23 Feb 2008 22:58:00 +0100 Subject: [PATCH] d3d9: Remove D3D9GetSWInfo. --- dlls/d3d9/d3d9.spec | 2 -- dlls/d3d9/d3d9_main.c | 5 ----- 2 files changed, 7 deletions(-) diff --git a/dlls/d3d9/d3d9.spec b/dlls/d3d9/d3d9.spec index 4b7cf71a408..a33cba51e77 100644 --- a/dlls/d3d9/d3d9.spec +++ b/dlls/d3d9/d3d9.spec @@ -12,5 +12,3 @@ @ stdcall DebugSetMute() @ stdcall Direct3DCreate9(long) @ stdcall Direct3DCreate9Ex(long ptr) - -@ stdcall D3D9GetSWInfo() diff --git a/dlls/d3d9/d3d9_main.c b/dlls/d3d9/d3d9_main.c index b431b82ce1e..69ad9c845dd 100644 --- a/dlls/d3d9/d3d9_main.c +++ b/dlls/d3d9/d3d9_main.c @@ -38,11 +38,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d9); static int D3DPERF_event_level = 0; -HRESULT WINAPI D3D9GetSWInfo(void) { - FIXME("(void): stub\n"); - return 0; -} - void WINAPI DebugSetMute(void) { /* nothing to do */ }