diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-02-07 07:55:23 +0100 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-02-07 12:27:41 +0100 |
commit | 44eb59e4a65499b581f3dd65adb719b21dc73673 (patch) | |
tree | 85c2d23bcb2b107e994f1357804cc34e0579467f /src/qt/optionsmodel.h | |
parent | 1d0295e9d5273838ef2cd9134154551bdbbf3850 (diff) |
[Qt] remove broken OptionsModel::Upgrade()
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r-- | src/qt/optionsmodel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index 7a71b772b2..e5c1e3e8b9 100644 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -46,9 +46,6 @@ public: void Init(); void Reset(); - /* Migrate settings from wallet.dat after app initialization */ - void Upgrade(); - int rowCount(const QModelIndex & parent = QModelIndex()) const; QVariant data(const QModelIndex & index, int role = Qt::DisplayRole) const; bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole); |