From 8a493fc2a0e9b04312ee936a14c4df6e116d5f2c Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 16 May 2016 14:54:10 +0200 Subject: [PATCH] Changed: Don't download changelog --- code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp index 02b1c0ded..cc2a53ed2 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp @@ -147,8 +147,6 @@ void COperationDialog::processNextStep() // cases already managed in main.cpp break; } - - m_downloader->getHtmlPageContent(config->expandVariables(server.displayUrl)); } void COperationDialog::showEvent(QShowEvent *e)