diff options
| author | xiphon <xiphon@protonmail.com> | 2021-04-25 00:05:15 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2021-04-25 00:05:35 +0000 |
| commit | 51ece5fd00209dc0d8fab3665417dd6aec140e1d (patch) | |
| tree | 80479d39368494b6dd74337c5c60ebe633df646e /src/libwalletqt/Wallet.cpp | |
| parent | 02ae14fd6bcd705ed838fba627775e4d8d52b5f3 (diff) | |
| download | monzero-gui-51ece5fd00209dc0d8fab3665417dd6aec140e1d.tar.gz monzero-gui-51ece5fd00209dc0d8fab3665417dd6aec140e1d.tar.xz monzero-gui-51ece5fd00209dc0d8fab3665417dd6aec140e1d.zip | |
Wallet: drop unused paymentId property
Diffstat (limited to 'src/libwalletqt/Wallet.cpp')
| -rw-r--r-- | src/libwalletqt/Wallet.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index 2c9e26d7..36d09c02 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -746,16 +746,6 @@ QString Wallet::integratedAddress(const QString &paymentId) const return QString::fromStdString(m_walletImpl->integratedAddress(paymentId.toStdString())); } -QString Wallet::paymentId() const -{ - return m_paymentId; -} - -void Wallet::setPaymentId(const QString &paymentId) -{ - m_paymentId = paymentId; -} - QString Wallet::getCacheAttribute(const QString &key) const { return QString::fromStdString(m_walletImpl->getCacheAttribute(key.toStdString())); } |
