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:
parent
ccd6b01da6
commit
f1be2b9f57
1 changed files with 0 additions and 5 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue