aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <gmaxwell@gmail.com>2012-05-03 06:47:16 -0700
committerGregory Maxwell <gmaxwell@gmail.com>2012-05-03 06:47:16 -0700
commit1210aa435f3518080e1b5e2f79397ff68c4978d0 (patch)
treea8de2944771e962a7cd070b96572791a66ea4529
parente099e1568a3343ddb32b18e276282c87fa49e584 (diff)
parente23a121afef9b17ec806b8f800f9ede978af6fc7 (diff)
downloadbitcoin-1210aa435f3518080e1b5e2f79397ff68c4978d0.tar.xz
Merge pull request #1188 from Diapolo/rem_BackupWallet_wallet_h
remove obsolete BackupWallet() entry in wallet.h
-rw-r--r--src/wallet.h1
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);