VideoCommon: Remove unused ShutdownImGui function declaration

This was moved to the ~OnScreenUI() destructor in 0d4537d60f.
This commit is contained in:
Pokechu22 2023-02-15 19:20:59 -08:00
parent 8802f96b7e
commit 67381cdb8b
1 changed files with 0 additions and 3 deletions

View File

@ -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.