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.h | |
| 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.h')
| -rw-r--r-- | src/qt/optionsmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index 5bb563cc3..a50153c76 100644 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -48,7 +48,6 @@ public: bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole); /* Explicit getters */ - qint64 getTransactionFee(); bool getMinimizeToTray() { return fMinimizeToTray; } bool getMinimizeOnClose() { return fMinimizeOnClose; } int getDisplayUnit() { return nDisplayUnit; } |