From: Philip Kaufmann Date: Thu, 3 May 2012 09:30:52 +0000 (+0200) Subject: remove obsolete BackupWallet() entry in wallet.h X-Git-Tag: v0.4.0-unstable~129^2~1^2^2~2^2^2~12 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=cae1a682678e94015ff89be2c6fa6484c8ef6fbe;hp=48984829151d76fefb62029e500145d7e4f19a8d;p=novacoin.git remove obsolete BackupWallet() entry in wallet.h --- diff --git a/src/wallet.h b/src/wallet.h index e0f39b4..ea7b279 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -166,7 +166,6 @@ public: } int LoadWallet(bool& fFirstRunRet); -// bool BackupWallet(const std::string& strDest); bool SetAddressBookName(const CBitcoinAddress& address, const std::string& strName);