Skip to content

Commit 65515c0

Browse files
committed
Merge pull request #3489
2a72015 qt: Remove unused method OptionsModel::getTransactionFee (Wladimir J. van der Laan)
2 parents 37d30ec + 2a72015 commit 65515c0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/qt/optionsmodel.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,6 @@ bool OptionsModel::setData(const QModelIndex & index, const QVariant & value, in
307307
return successful;
308308
}
309309

310-
qint64 OptionsModel::getTransactionFee()
311-
{
312-
return (qint64) nTransactionFee;
313-
}
314-
315310
bool OptionsModel::getProxySettings(QString& proxyIP, quint16 &proxyPort) const
316311
{
317312
std::string proxy = GetArg("-proxy", "");

src/qt/optionsmodel.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class OptionsModel : public QAbstractListModel
4848
bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole);
4949

5050
/* Explicit getters */
51-
qint64 getTransactionFee();
5251
bool getMinimizeToTray() { return fMinimizeToTray; }
5352
bool getMinimizeOnClose() { return fMinimizeOnClose; }
5453
int getDisplayUnit() { return nDisplayUnit; }

0 commit comments

Comments
 (0)