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