refactor: Remove sync of updateinfo

The update info is already automatically fetched from GitHub instead of
using the distribution.json from the datastore
This commit is contained in:
Lars Toenning
2024-03-09 22:21:12 +01:00
parent 4298d38ee7
commit ad96d38389
5 changed files with 1 additions and 51 deletions

View File

@@ -44,8 +44,6 @@ namespace BlackCore::Data
IndexVatsimData,
IndexVatsimServer,
IndexVatsimHttpFsd,
IndexSwiftDbFiles,
IndexUpdateInfoFileUrls,
IndexOnlineHelpUrls,
IndexCrashReportServerUrl,
IndexSharedUrls,
@@ -132,10 +130,6 @@ namespace BlackCore::Data
//! Shared URLs
const BlackMisc::Network::CUrlList &getSwiftSharedUrls() const;
//! Distribution URLs
//! \remark based on getSwiftSharedUrls
BlackMisc::Network::CUrlList getSwiftUpdateInfoFileUrls() const;
//! VATSIM METAR URL
const BlackMisc::Network::CUrlList &getVatsimMetarsUrls() const { return m_vatsimMetarsUrls; }