mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
VideoCommon: Remove unused ShutdownImGui function declaration
This was moved to the ~OnScreenUI() destructor in 0d4537d60f
.
This commit is contained in:
@ -59,9 +59,6 @@ public:
|
|||||||
void SetMousePress(u32 button_mask);
|
void SetMousePress(u32 button_mask);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Destroys all ImGui GPU resources, must do before shutdown.
|
|
||||||
void ShutdownImGui();
|
|
||||||
|
|
||||||
void DrawDebugText();
|
void DrawDebugText();
|
||||||
|
|
||||||
// ImGui resources.
|
// ImGui resources.
|
||||||
|
Reference in New Issue
Block a user