mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 11:57:26 -04:00
History: cleanup unused lookupPaymentID function
This commit is contained in:
@@ -87,11 +87,6 @@ bool AddressBookModel::deleteRow(int row)
|
||||
return m_addressBook->deleteRow(row);
|
||||
}
|
||||
|
||||
int AddressBookModel::lookupPaymentID(const QString &payment_id) const
|
||||
{
|
||||
return m_addressBook->lookupPaymentID(payment_id);
|
||||
}
|
||||
|
||||
QHash<int, QByteArray> AddressBookModel::roleNames() const
|
||||
{
|
||||
QHash<int, QByteArray> roleNames = QAbstractListModel::roleNames();
|
||||
|
||||
Reference in New Issue
Block a user