Mercurial > hg > bitcoin
changeset 1231:f6e6159fc92d draft
Remove no longer valid comment
author | Wladimir J. van der Laan <laanwj@gmail.com> |
---|---|
date | Fri, 29 Jul 2011 16:16:12 +0200 |
parents | 986441c156df |
children | d8e425ad0c2b |
files | src/qt/clientmodel.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -17,8 +17,6 @@ { 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();