Updater: remove unused function

It was even throwing a warning because it is an infinite recursion
This commit is contained in:
Olivier Goffart 2015-10-16 09:55:51 +02:00
parent 4df828d0b0
commit 87fa1794a1
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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: