diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-06 15:10:21 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-06 15:10:21 +0100 |
commit | 2a7201570bd645f2b2b78544498e961bbc9a15a8 (patch) | |
tree | 28a43602ea3bfa562d832fbc44081875f43541aa /src/qt/optionsmodel.cpp | |
parent | 37d30ec3cf51aa332ce95ecf52fdd3e8e3d7228b (diff) |
qt: Remove unused method OptionsModel::getTransactionFee
Diffstat (limited to 'src/qt/optionsmodel.cpp')
-rw-r--r-- | src/qt/optionsmodel.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 363f432d62..b64b0dff8b 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -307,11 +307,6 @@ bool OptionsModel::setData(const QModelIndex & index, const QVariant & value, in return successful; } -qint64 OptionsModel::getTransactionFee() -{ - return (qint64) nTransactionFee; -} - bool OptionsModel::getProxySettings(QString& proxyIP, quint16 &proxyPort) const { std::string proxy = GetArg("-proxy", ""); |