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

preferences: remove unused shortcut API

Change-Id: I534716ec60cf3456a028c7cc926be7fe4b4a79d6
parent 36784c93
Branches
No related tags found
No related merge requests found
...@@ -530,12 +530,6 @@ public Q_SLOTS: // METHODS ...@@ -530,12 +530,6 @@ public Q_SLOTS: // METHODS
return temp; return temp;
} }
MapStringString getShortcuts()
{
MapStringString temp = convertMap(DRing::getShortcuts());
return temp;
}
QStringList getSupportedTlsMethod() QStringList getSupportedTlsMethod()
{ {
QStringList temp = convertStringList(DRing::getSupportedTlsMethod()); QStringList temp = convertStringList(DRing::getSupportedTlsMethod());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment