History: cleanup unused lookupPaymentID function

This commit is contained in:
selsta
2021-04-24 07:25:05 +02:00
parent bc1131ce41
commit 14b1476786
5 changed files with 0 additions and 24 deletions

View File

@@ -121,13 +121,6 @@ quint64 AddressBook::count() const
return m_rows.size();
}
int AddressBook::lookupPaymentID(const QString &payment_id) const
{
QReadLocker locker(&m_lock);
return m_addressBookImpl->lookupPaymentID(payment_id.toStdString());
}
QString AddressBook::getDescription(const QString &address) const
{
QReadLocker locker(&m_lock);