remove CWallet::AddReserveKey which is never used

This commit is contained in:
Kamil Domanski
2014-05-13 20:48:34 +02:00
parent 9d97e83bf6
commit 0e31e5631c
2 changed files with 0 additions and 16 deletions

View File

@@ -263,7 +263,6 @@ public:
bool NewKeyPool();
bool TopUpKeyPool(unsigned int kpSize = 0);
int64_t AddReserveKey(const CKeyPool& keypool);
void ReserveKeyFromKeyPool(int64_t& nIndex, CKeyPool& keypool);
void KeepKey(int64_t nIndex);
void ReturnKey(int64_t nIndex);