Remove obsolete quotientMinorVersion property

This commit is contained in:
Tobias Fella
2023-08-13 20:16:11 +02:00
parent 4ea183b139
commit 1b43846196
2 changed files with 0 additions and 17 deletions

View File

@@ -625,12 +625,6 @@ int Controller::activeConnectionIndex() const
return result - m_accountRegistry.accounts().begin();
}
int Controller::quotientMinorVersion() const
{
// TODO libQuotient 0.7: Replace with version function from libQuotient
return 7;
}
bool Controller::isFlatpak() const
{
#ifdef NEOCHAT_FLATPAK