diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-06 16:06:46 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-06 16:06:52 +0100 |
| commit | 65515c0d05678334a52f686eaaa2bac1ff285a5a (patch) | |
| tree | 28a43602ea3bfa562d832fbc44081875f43541aa /src/qt/optionsmodel.cpp | |
| parent | Merge pull request #3413 (diff) | |
| parent | qt: Remove unused method OptionsModel::getTransactionFee (diff) | |
| download | discoin-65515c0d05678334a52f686eaaa2bac1ff285a5a.tar.xz discoin-65515c0d05678334a52f686eaaa2bac1ff285a5a.zip | |
Merge pull request #3489
2a72015 qt: Remove unused method OptionsModel::getTransactionFee (Wladimir J. van der Laan)
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", ""); |