From 872b772f3fcd0f35c688af0f4eeedde14bf2509a Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 17 Feb 2023 12:18:16 +0100 Subject: [PATCH] rhi: d3d11: Drop the TDR test flags from the init struct Kept separate from the parent patch to allow qtdeclarative to remove its usages first. Change-Id: Ic0fe61f3d48c2ddb1b0314b1cc219e52e4728ac1 Reviewed-by: Andy Nichols --- src/gui/rhi/qrhid3d11_p.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/rhi/qrhid3d11_p.h b/src/gui/rhi/qrhid3d11_p.h index 31aa58a68a8..2ab3e9fea31 100644 --- a/src/gui/rhi/qrhid3d11_p.h +++ b/src/gui/rhi/qrhid3d11_p.h @@ -24,9 +24,6 @@ QT_BEGIN_NAMESPACE struct Q_GUI_EXPORT QRhiD3D11InitParams : public QRhiInitParams { bool enableDebugLayer = false; - - int framesUntilKillingDeviceViaTdr = -1; - bool repeatDeviceKill = false; }; struct Q_GUI_EXPORT QRhiD3D11NativeHandles : public QRhiNativeHandles