aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2012-05-03 11:30:52 +0200
committerPhilip Kaufmann <[email protected]>2012-05-03 11:30:52 +0200
commite23a121afef9b17ec806b8f800f9ede978af6fc7 (patch)
treea8de2944771e962a7cd070b96572791a66ea4529
parentMerge pull request #1179 from Diapolo/project-file (diff)
downloaddiscoin-e23a121afef9b17ec806b8f800f9ede978af6fc7.tar.xz
discoin-e23a121afef9b17ec806b8f800f9ede978af6fc7.zip
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 49d21d1c4..44c11e2ec 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);