diff options
author | Gregory Maxwell <gmaxwell@gmail.com> | 2012-05-03 06:47:16 -0700 |
---|---|---|
committer | Gregory Maxwell <gmaxwell@gmail.com> | 2012-05-03 06:47:16 -0700 |
commit | 1210aa435f3518080e1b5e2f79397ff68c4978d0 (patch) | |
tree | a8de2944771e962a7cd070b96572791a66ea4529 | |
parent | e099e1568a3343ddb32b18e276282c87fa49e584 (diff) | |
parent | e23a121afef9b17ec806b8f800f9ede978af6fc7 (diff) |
Merge pull request #1188 from Diapolo/rem_BackupWallet_wallet_h
remove obsolete BackupWallet() entry in wallet.h
-rw-r--r-- | src/wallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index 49d21d1c40..44c11e2ec4 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -227,7 +227,6 @@ public: void SetBestChain(const CBlockLocator& loc); int LoadWallet(bool& fFirstRunRet); -// bool BackupWallet(const std::string& strDest); bool SetAddressBookName(const CBitcoinAddress& address, const std::string& strName); |