mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Remove dead code
This commit is contained in:
@@ -1667,12 +1667,6 @@ namespace BlackCore
|
||||
return m_setupReader->getLastSuccessfulSetupUrl();
|
||||
}
|
||||
|
||||
QString CApplication::getLastSuccesfulDistributionUrl() const
|
||||
{
|
||||
if (!this->hasSetupReader()) { return {}; }
|
||||
return m_setupReader->getLastSuccessfulUpdateInfoUrl();
|
||||
}
|
||||
|
||||
CStatusMessageList CApplication::synchronizeSetup(int timeoutMs)
|
||||
{
|
||||
const CStatusMessageList requestMsgs = this->requestReloadOfSetupAndVersion();
|
||||
|
||||
Reference in New Issue
Block a user