Skip to content
Snippets Groups Projects
Unverified Commit f1be2b9f authored by Sébastien Blin's avatar Sébastien Blin
Browse files

configuration_manager: remove unused API

Change-Id: I6abaede26925fca5c184d8981e5b13e51b4213f7
parent ccd6b01d
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment