From 67381cdb8ba85dddcdd7b214173b4f45ef42533d Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Wed, 15 Feb 2023 19:20:59 -0800 Subject: [PATCH] VideoCommon: Remove unused ShutdownImGui function declaration This was moved to the ~OnScreenUI() destructor in 0d4537d60f695e50379c1542d6c4b1e643e8a5a0. --- Source/Core/VideoCommon/OnScreenUI.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/VideoCommon/OnScreenUI.h b/Source/Core/VideoCommon/OnScreenUI.h index f741b0e485..b94681cf66 100644 --- a/Source/Core/VideoCommon/OnScreenUI.h +++ b/Source/Core/VideoCommon/OnScreenUI.h @@ -59,9 +59,6 @@ public: void SetMousePress(u32 button_mask); private: - // Destroys all ImGui GPU resources, must do before shutdown. - void ShutdownImGui(); - void DrawDebugText(); // ImGui resources.