diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-03 11:30:52 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-03 11:30:52 +0200 |
commit | e23a121afef9b17ec806b8f800f9ede978af6fc7 (patch) | |
tree | a8de2944771e962a7cd070b96572791a66ea4529 /src/wallet.h | |
parent | e099e1568a3343ddb32b18e276282c87fa49e584 (diff) |
remove obsolete BackupWallet() entry in wallet.h
Diffstat (limited to 'src/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); |