Stefan Dösinger : d3d9: Remove D3D9GetSWInfo.

Alexandre Julliard julliard at winehq.org
Mon Mar 3 14:03:37 CST 2008


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Sat Feb 23 22:58:00 2008 +0100

d3d9: Remove D3D9GetSWInfo.

---

 dlls/d3d9/d3d9.spec   |    2 --
 dlls/d3d9/d3d9_main.c |    5 -----
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/dlls/d3d9/d3d9.spec b/dlls/d3d9/d3d9.spec
index 4b7cf71..a33cba5 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 b431b82..69ad9c8 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 */
 }




More information about the wine-cvs mailing list