diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-08-23 12:20:49 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-08-29 19:57:51 +0200 |
commit | 5fc3a0f70784051ba213948cbee0763e1c241c19 (patch) | |
tree | 622d97ff80a5eac388bdd825c691148399ae427b /src/qt/bitcoingui.h | |
parent | c7df832d7aa6805d96f121ad458d7b45607c2f30 (diff) |
remove FIRST_CLASS_MESSAGING support from the client
- removes the FIRST_CLASS_MESSAGING support from the client, which was no
default setting anyway
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index acf84eb941..7f2022c28b 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -80,7 +80,6 @@ private: QAction *addressBookAction; QAction *signMessageAction; QAction *verifyMessageAction; - QAction *firstClassMessagingAction; QAction *aboutAction; QAction *receiveCoinsAction; QAction *optionsAction; |