Merge pull request #3489
2a72015
qt: Remove unused method OptionsModel::getTransactionFee (Wladimir J. van der Laan)
This commit is contained in:
commit
65515c0d05
2 changed files with 0 additions and 6 deletions
|
@ -307,11 +307,6 @@ bool OptionsModel::setData(const QModelIndex & index, const QVariant & value, in
|
||||||
return successful;
|
return successful;
|
||||||
}
|
}
|
||||||
|
|
||||||
qint64 OptionsModel::getTransactionFee()
|
|
||||||
{
|
|
||||||
return (qint64) nTransactionFee;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool OptionsModel::getProxySettings(QString& proxyIP, quint16 &proxyPort) const
|
bool OptionsModel::getProxySettings(QString& proxyIP, quint16 &proxyPort) const
|
||||||
{
|
{
|
||||||
std::string proxy = GetArg("-proxy", "");
|
std::string proxy = GetArg("-proxy", "");
|
||||||
|
|
|
@ -48,7 +48,6 @@ public:
|
||||||
bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole);
|
bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole);
|
||||||
|
|
||||||
/* Explicit getters */
|
/* Explicit getters */
|
||||||
qint64 getTransactionFee();
|
|
||||||
bool getMinimizeToTray() { return fMinimizeToTray; }
|
bool getMinimizeToTray() { return fMinimizeToTray; }
|
||||||
bool getMinimizeOnClose() { return fMinimizeOnClose; }
|
bool getMinimizeOnClose() { return fMinimizeOnClose; }
|
||||||
int getDisplayUnit() { return nDisplayUnit; }
|
int getDisplayUnit() { return nDisplayUnit; }
|
||||||
|
|
Loading…
Reference in a new issue