1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

configuration_manager: remove unused API

Change-Id: I6abaede26925fca5c184d8981e5b13e51b4213f7
This commit is contained in:
Sébastien Blin 2022-07-15 16:17:02 -04:00
parent ccd6b01da6
commit f1be2b9f57
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9

View file

@ -889,11 +889,6 @@ public Q_SLOTS: // METHODS
transfer_id.toStdString()));
}
void enableProxyClient(const QString& accountID, bool enable)
{
DRing::enableProxyClient(accountID.toStdString(), enable);
}
void setPushNotificationToken(const QString& token)
{
DRing::setPushNotificationToken(token.toStdString());