summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2015-02-15 01:54:59 +0000
committerPierre Bourdon <delroth@gmail.com>2015-02-15 01:54:59 +0000
commitb7916f965530b0369bf08ed6bc9ec3ef20f7cd2f (patch)
treebea90cacaf08f811efd82a9066cdb02badb3e287 /Source
parent72e8e78ec83df7cece3e0cf657ef41e7e88aa56d (diff)
parent537ad96eceb7dd84c4c030588294c1ab7de9c75e (diff)
Merge pull request #2057 from lioncash/busy
DolphinWX: Remove unnecessary wxBeginBusyCursor and wxEndBusyCursor calls
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinWX/FrameTools.cpp3
1 files changed, 0 insertions, 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