X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fd3dretrace_main.cpp;h=a19511a0439e29f8df336c94a36a138faa79411d;hb=c94328ae7d1371db8a3d7711895fd6e1501d4b7c;hp=4bd4b8013a924820482d6ebdbf7a2eb9ff8c6e6d;hpb=cc9abd7172f230546e3deaa01c023cd3063d7ad2;p=apitrace diff --git a/retrace/d3dretrace_main.cpp b/retrace/d3dretrace_main.cpp index 4bd4b80..a19511a 100644 --- a/retrace/d3dretrace_main.cpp +++ b/retrace/d3dretrace_main.cpp @@ -39,15 +39,6 @@ d3dretrace::pLastDirect3DDevice9 = NULL; void retrace::setUp(void) { - if (retrace::debug) { - /* - * XXX: D3D9D only works for simple things, it often introduces errors - * on complex traces, or traces which use unofficial D3D9 features. - */ - if (0) { - g_szD3D9DllName = "d3d9d.dll"; - } - } }