diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-06 15:10:21 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-06 15:10:21 +0100 |
| commit | 2a7201570bd645f2b2b78544498e961bbc9a15a8 (patch) | |
| tree | 28a43602ea3bfa562d832fbc44081875f43541aa /src/qt/optionsmodel.cpp | |
| parent | Merge pull request #3413 (diff) | |
| download | discoin-2a7201570bd645f2b2b78544498e961bbc9a15a8.tar.xz discoin-2a7201570bd645f2b2b78544498e961bbc9a15a8.zip | |
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 363f432d6..b64b0dff8 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", ""); |