summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2020-04-21 23:59:37 -0400
committerGitHub <noreply@github.com>2020-04-21 23:59:37 -0400
commita5bd263dfba780de6a6fc88ccc996d42d350d416 (patch)
tree0337aa4a34d5c405926dc0ca49c761cc44522bf2 /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parentc33565295dd913991a543147f81be8687f3be737 (diff)
parent55f787b89898d28bd6245ec6768247659dd85b88 (diff)
Merge pull request #8714 from JosJuice/progress-dialog-thread
DolphinQt: Run tasks that use progress dialogs on separate threads
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index 14fac966c9..1278d46c40 100644
--- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp
+++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
@@ -99,10 +99,6 @@ void Host_YieldToUI()
{
}
-void Host_UpdateProgressDialog(const char* caption, int position, int total)
-{
-}
-
void Host_TitleChanged()
{
#ifdef USE_DISCORD_PRESENCE