Merge pull request #2481 from laanwj/2013_04_cleanup

qt: remove redundant wallet methods from bitcoingui
This commit is contained in:
Wladimir J. van der Laan
2013-04-08 08:25:01 -07:00
2 changed files with 8 additions and 35 deletions

View File

@@ -187,14 +187,6 @@ private slots:
/** Handle tray icon clicked */
void trayIconActivated(QSystemTrayIcon::ActivationReason reason);
#endif
/** Encrypt the wallet */
void encryptWallet(bool status);
/** Backup the wallet */
void backupWallet();
/** Change encrypted wallet passphrase */
void changePassphrase();
/** Ask for passphrase to unlock wallet temporarily */
void unlockWallet();
/** Show window if hidden, unminimize when minimized, rise when obscured or show if hidden and fToggleHidden is true */
void showNormalIfMinimized(bool fToggleHidden = false);