qt: Remove unused method OptionsModel::getTransactionFee

This commit is contained in:
Wladimir J. van der Laan
2014-01-06 15:10:21 +01:00
parent 37d30ec3cf
commit 2a7201570b
2 changed files with 0 additions and 6 deletions

View File

@@ -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", "");