diff --git a/src/dxgi.cpp b/src/dxgi.cpp index 96f0cd7c4..23ecc41d7 100644 --- a/src/dxgi.cpp +++ b/src/dxgi.cpp @@ -148,7 +148,6 @@ namespace bgfx # if BX_PLATFORM_WINDOWS m_dxgiDebugDll = bx::dlopen("dxgidebug.dll"); - if (NULL != m_dxgiDebugDll) { DXGIGetDebugInterface = (PFN_GET_DEBUG_INTERFACE )bx::dlsym(m_dxgiDebugDll, "DXGIGetDebugInterface");