Stefan Dösinger : d3d9: Remove old debug messages from the tests.

Alexandre Julliard julliard at winehq.org
Wed Mar 17 12:19:07 CDT 2010


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Thu Jan 14 07:54:58 2010 -0800

d3d9: Remove old debug messages from the tests.

---

 dlls/d3d9/tests/visual.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c
index 875d2be..1fa7f47 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -495,9 +495,6 @@ static void clear_test(IDirect3DDevice9 *device)
     hr = IDirect3DDevice9_GetViewport(device, &old_vp);
     ok(hr == D3D_OK, "IDirect3DDevice9_GetViewport failed with %08x\n", hr);
 
-    trace("viewport: X %u, Y %u, W %u, H %u, MinZ %.8e, MaxZ %.8e.\n",
-            old_vp.X, old_vp.Y, old_vp.Width, old_vp.Height, old_vp.MinZ, old_vp.MaxZ);
-
     vp.X = 160;
     vp.Y = 120;
     vp.Width = 160;
@@ -10433,7 +10430,6 @@ static void loop_index_test(IDirect3DDevice9 *device) {
     ok(hr == D3D_OK, "IDirect3DDevice9_BeginScene returned %08x\n", hr);
     if(SUCCEEDED(hr))
     {
-        trace("going to draw index\n");
         hr = IDirect3DDevice9_DrawPrimitiveUP(device, D3DPT_TRIANGLESTRIP, 2, quad, 3 * sizeof(float));
         ok(hr == D3D_OK, "DrawPrimitiveUP failed (%08x)\n", hr);
         hr = IDirect3DDevice9_EndScene(device);




More information about the wine-cvs mailing list