From 537ad96eceb7dd84c4c030588294c1ab7de9c75e Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 14 Feb 2015 19:43:57 -0500 Subject: [PATCH] DolphinWX: Remove unnecessary wxBeginBusyCursor and wxEndBusyCursor calls The UI greys all buttons when shutting down, so it's sufficient as a visual cue --- Source/Core/DolphinWX/FrameTools.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/DolphinWX/FrameTools.cpp b/Source/Core/DolphinWX/FrameTools.cpp index 6afcb62312..e9848176bf 100644 --- a/Source/Core/DolphinWX/FrameTools.cpp +++ b/Source/Core/DolphinWX/FrameTools.cpp @@ -1211,7 +1211,6 @@ void CFrame::DoStop() Movie::EndPlayInput(false); NetPlay::StopGame(); - wxBeginBusyCursor(); BootManager::Stop(); UpdateGUI(); } @@ -1219,8 +1218,6 @@ void CFrame::DoStop() void CFrame::OnStopped() { - wxEndBusyCursor(); - m_confirmStop = false; #if defined(HAVE_X11) && HAVE_X11