]> git.cworth.org Git - apitrace/blobdiff - retrace/d3dretrace_main.cpp
d3dretrace: Fix MSVC build.
[apitrace] / retrace / d3dretrace_main.cpp
index 4bd4b8013a924820482d6ebdbf7a2eb9ff8c6e6d..a19511a0439e29f8df336c94a36a138faa79411d 100644 (file)
@@ -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";
-        }
-    }
 }