[2/3] d3dx9: Remove stray debug trace.

Matteo Bruni matteo.mystral at gmail.com
Tue Jun 1 07:41:54 CDT 2010


-------------- next part --------------
From 4a8ffa914413ac13ae7f9249686289e0cbee2701 Mon Sep 17 00:00:00 2001
From: Matteo Bruni <matteo.mystral at gmail.com>
Date: Tue, 1 Jun 2010 01:33:36 +0200
Subject: d3dx9: Remove stray debug trace.

---
 dlls/d3dx9_36/bytecodewriter.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/bytecodewriter.c b/dlls/d3dx9_36/bytecodewriter.c
index 84fefee..7e7cace 100644
--- a/dlls/d3dx9_36/bytecodewriter.c
+++ b/dlls/d3dx9_36/bytecodewriter.c
@@ -829,7 +829,6 @@ static void instr_handler(struct bc_writer *This,
                           const struct instruction *instr,
                           struct bytecode_buffer *buffer) {
     DWORD token = d3d9_opcode(instr->opcode);
-    TRACE("token: %x\n", token);
 
     This->funcs->opcode(This, instr, token, buffer);
     if(instr->has_dst) This->funcs->dstreg(This, &instr->dst, buffer, instr->shift, instr->dstmod);
-- 
1.6.4.4


More information about the wine-patches mailing list