From 4faed7cc2b82c8cfa13909fa067f78bdb77b007b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Thu, 15 Sep 2022 22:26:41 -0700 Subject: [PATCH] Cleanup. --- src/dxgi.cpp | 1 - 1 file changed, 1 deletion(-) 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");