From 55f787b89898d28bd6245ec6768247659dd85b88 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Mon, 30 Mar 2020 19:17:02 +0200 Subject: Remove unused function Host_UpdateProgressDialog --- Source/Core/DolphinNoGUI/MainNoGUI.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp') 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 -- cgit v1.2.3