mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user