Module: wine Branch: master Commit: b45a17c7b3abf98ae7584ac7d892d14a4e3662bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=b45a17c7b3abf98ae7584ac7d8...
Author: Matteo Bruni matteo.mystral@gmail.com Date: Tue Jun 1 01:33:36 2010 +0200
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);