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.h | |
parent | 37d30ec3cf51aa332ce95ecf52fdd3e8e3d7228b (diff) |
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 5bb563cc36..a50153c768 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; } |