X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Fwalletmodel.h;h=5b46dfb69d76160ddfd0868cd9c09f241460cc83;hb=51d7cc07f10209ac12bd5286391e3c8b095abd34;hp=9c7d16fce63f1d20457106c0d096fc1267901d80;hpb=ebff5c40a234f38429965c391da020bbf8312b1b;p=novacoin.git diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 9c7d16f..5b46dfb 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -33,10 +33,6 @@ public: qint64 getBalance() const; int getNumTransactions() const; - /* Look up label for address in address book, if not found return empty string. - */ - QString labelForAddress(const QString &address) const; - /* Send coins */ StatusCode sendCoins(const QString &payTo, qint64 payAmount, const QString &addToAddressBookAs=QString()); private: