diff --git a/src/masternode-budget.h b/src/masternode-budget.h index e75d36b7440a9..95c3aeed3daa6 100644 --- a/src/masternode-budget.h +++ b/src/masternode-budget.h @@ -116,7 +116,6 @@ class CBudgetManager void MarkSynced(); void Sync(CNode* node, uint256 nProp, bool fPartial=false); - void Calculate(); void ProcessMessage(CNode* pfrom, std::string& strCommand, CDataStream& vRecv); void NewBlock(); CBudgetProposal *FindProposal(const std::string &strProposalName); @@ -417,7 +416,6 @@ class CBudgetProposal CBudgetProposal(const CBudgetProposal& other); CBudgetProposal(std::string strProposalNameIn, std::string strURLIn, int nBlockStartIn, int nBlockEndIn, CScript addressIn, CAmount nAmountIn, uint256 nFeeTXHashIn); - void Calculate(); bool AddOrUpdateVote(CBudgetVote& vote, std::string& strError); bool HasMinimumRequiredSupport(); std::pair GetVotes();