Browse Source

Remove no longer valid comment

0.8
Wladimir J. van der Laan 13 years ago
parent
commit
3b59297b36
  1. 2
      src/qt/clientmodel.h

2
src/qt/clientmodel.h

@ -17,8 +17,6 @@ class ClientModel : public QObject @@ -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();

Loading…
Cancel
Save