delete unused WalletManager functions

This commit is contained in:
pazos
2018-05-08 18:14:00 +02:00
parent 341ac18f1a
commit 92582a9785
2 changed files with 0 additions and 25 deletions

View File

@@ -143,11 +143,6 @@ public:
// clear/rename wallet cache
Q_INVOKABLE bool clearWalletCache(const QString &fileName) const;
Q_INVOKABLE void debug(const QString &s);
Q_INVOKABLE void info(const QString &s);
Q_INVOKABLE void warning(const QString &s);
Q_INVOKABLE void error(const QString &s);
signals:
void walletOpened(Wallet * wallet);