mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Updater: remove unused function
It was even throwing a warning because it is an infinite recursion
This commit is contained in:
parent
4df828d0b0
commit
87fa1794a1
2 changed files with 0 additions and 8 deletions
|
@ -126,9 +126,4 @@ QString Updater::clientVersion()
|
||||||
return QString::fromLatin1(MIRALL_STRINGIFY(MIRALL_VERSION_FULL));
|
return QString::fromLatin1(MIRALL_STRINGIFY(MIRALL_VERSION_FULL));
|
||||||
}
|
}
|
||||||
|
|
||||||
int Updater::downloadState() const
|
|
||||||
{
|
|
||||||
return instance()->downloadState();
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace OCC
|
} // namespace OCC
|
||||||
|
|
|
@ -32,9 +32,6 @@ public:
|
||||||
|
|
||||||
virtual void checkForUpdate() = 0;
|
virtual void checkForUpdate() = 0;
|
||||||
virtual void backgroundCheckForUpdate() = 0;
|
virtual void backgroundCheckForUpdate() = 0;
|
||||||
|
|
||||||
int downloadState() const;
|
|
||||||
|
|
||||||
virtual bool handleStartup() = 0;
|
virtual bool handleStartup() = 0;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in a new issue