diff --git a/Source/Core/DolphinQt/Main.cpp b/Source/Core/DolphinQt/Main.cpp index 1302407ade..b165cf2a71 100644 --- a/Source/Core/DolphinQt/Main.cpp +++ b/Source/Core/DolphinQt/Main.cpp @@ -260,14 +260,7 @@ int main(int argc, char* argv[]) MainWindow win{std::move(boot), static_cast(options.get("movie"))}; Settings::Instance().SetCurrentUserStyle(Settings::Instance().GetCurrentUserStyle()); win.Show(); - - #ifdef _WIN32 - QString program = "Plugin/Updater/Updater.exe"; - QStringList arguments = "/S"; - - QProcess *process = new QProcess(); - process->start(program, arguments); - #endif + #if defined(USE_ANALYTICS) && USE_ANALYTICS