aboutsummaryrefslogtreecommitdiff
path: root/accounts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'accounts.cpp')
-rw-r--r--accounts.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/accounts.cpp b/accounts.cpp
index 3662dcc..8a71668 100644
--- a/accounts.cpp
+++ b/accounts.cpp
@@ -22,13 +22,6 @@ DcAccounts::addAccount()
}
uint32_t
-DcAccounts::importAccount(QString tarfile)
-{
- QByteArray utf8Text = tarfile.toUtf8();
- return dc_accounts_import_account(m_accounts, utf8Text.constData());
-}
-
-uint32_t
DcAccounts::migrateAccount(QString dbfile)
{
QByteArray utf8Text = dbfile.toUtf8();