move getTransactionFee to OptionsModel
[novacoin.git] / gui / src / clientmodel.cpp
index 3582472..641c515 100644 (file)
@@ -54,11 +54,6 @@ int ClientModel::getNumTransactions()
     return numTransactions;
 }
 
-qint64 ClientModel::getTransactionFee()
-{
-    return nTransactionFee;
-}
-
 void ClientModel::update()
 {
     emit balanceChanged(getBalance());