Removed CGovernanceManager::ClearSeen() (#1171)
This commit is contained in:
parent
286f6ad87e
commit
e3e5b81a8d
@ -875,7 +875,6 @@ void CGovernanceManager::InitOnLoad()
|
||||
LOCK(cs);
|
||||
RebuildIndexes();
|
||||
AddCachedTriggers();
|
||||
ClearSeen();
|
||||
}
|
||||
|
||||
std::string CGovernanceManager::ToString() const
|
||||
|
@ -140,12 +140,6 @@ public:
|
||||
|
||||
virtual ~CGovernanceManager() {}
|
||||
|
||||
void ClearSeen()
|
||||
{
|
||||
LOCK(cs);
|
||||
mapSeenGovernanceObjects.clear();
|
||||
}
|
||||
|
||||
int CountProposalInventoryItems()
|
||||
{
|
||||
// TODO What is this for ?
|
||||
|
Loading…
Reference in New Issue
Block a user