diff --git a/src/d3d9/d3d9_swapchain.cpp b/src/d3d9/d3d9_swapchain.cpp index 26e467063..1484b0e14 100644 --- a/src/d3d9/d3d9_swapchain.cpp +++ b/src/d3d9/d3d9_swapchain.cpp @@ -338,13 +338,6 @@ namespace dxvk { UpdatePresentRegion(nullptr, nullptr); CreateBackBuffer(); - - // If we would fail to go into dialog box mode with - // the new mode, let's escape from dialog mode. - HRESULT hr = SetDialogBoxMode(m_dialog); - - if (FAILED(hr)) - SetDialogBoxMode(false); }