aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2011-07-29 16:16:12 +0200
committerWladimir J. van der Laan <[email protected]>2011-07-29 16:16:12 +0200
commit3b59297b36f795e7cdaaab74daefa89cee6dd24d (patch)
tree969c6ae0a48896b7ba6ccad2f78f33b7a4f326ad /src
parentMerge branch 'master' of https://github.com/bitcoin/bitcoin (diff)
downloaddiscoin-3b59297b36f795e7cdaaab74daefa89cee6dd24d.tar.xz
discoin-3b59297b36f795e7cdaaab74daefa89cee6dd24d.zip
Remove no longer valid comment
Diffstat (limited to 'src')
-rw-r--r--src/qt/clientmodel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index 544334e47..845ad10de 100644
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -17,8 +17,6 @@ class ClientModel : public QObject
{
Q_OBJECT
public:
- // The only reason that this constructor takes a wallet is because
- // the global client settings are stored in the main wallet.
explicit ClientModel(OptionsModel *optionsModel, QObject *parent = 0);
OptionsModel *getOptionsModel();