From 3b59297b36f795e7cdaaab74daefa89cee6dd24d Mon Sep 17 00:00:00 2001 From: Wladimir J. van der Laan Date: Fri, 29 Jul 2011 16:16:12 +0200 Subject: [PATCH] Remove no longer valid comment --- src/qt/clientmodel.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 544334e..845ad10 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(); -- 1.7.1