From 13f9fd3700c06bacd5c6ccaedc350eaa8b4e27af Mon Sep 17 00:00:00 2001 From: Gregor Brunmar Date: Wed, 12 Mar 2008 19:40:31 +0000 Subject: [PATCH] Removed false unimplemented output :) svn path=/trunk/; revision=32669 --- reactos/dll/directx/d3d9/d3d9.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/dll/directx/d3d9/d3d9.c b/reactos/dll/directx/d3d9/d3d9.c index 98367490823..0afc2476b8d 100644 --- a/reactos/dll/directx/d3d9/d3d9.c +++ b/reactos/dll/directx/d3d9/d3d9.c @@ -65,8 +65,6 @@ IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion) CHAR DebugMessageBuffer[DEBUG_MESSAGE_BUFFER_SIZE]; UINT NoDebugSDKVersion = SDKVersion & ~DX_D3D9_DEBUG; - UNIMPLEMENTED - LoadDebugDllSize = sizeof(LoadDebugDll); if (ReadRegistryValue(REG_DWORD, "LoadDebugRuntime", (LPBYTE)&LoadDebugDll, &LoadDebugDllSize)) {