From 8d9c90391937e389ed19a8abd96a5ec08c8876c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Tassoux?= Date: Mon, 13 Oct 2025 13:10:01 +0200 Subject: [PATCH] Backends: DirectX12: remove unused members. (#8998) Unused in docking branch. Leftover from a merge. --- backends/imgui_impl_dx12.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/backends/imgui_impl_dx12.cpp b/backends/imgui_impl_dx12.cpp index 931e8e2fb..506e1731b 100644 --- a/backends/imgui_impl_dx12.cpp +++ b/backends/imgui_impl_dx12.cpp @@ -112,9 +112,6 @@ struct ImGui_ImplDX12_Data ID3D12CommandAllocator* pTexCmdAllocator; ID3D12GraphicsCommandList* pTexCmdList; - ImGui_ImplDX12_RenderBuffers* pFrameResources; - UINT frameIndex; - ImGui_ImplDX12_Data() { memset((void*)this, 0, sizeof(*this)); } };