summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-08-25 15:46:08 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-25 13:57:28 -0700
commit2fe1dfe83ad2c9f55010bef5bad48c4fd4b04bea (patch)
tree13343656bbb3414d1a2a6a538be531efd26f510e /qt-ui/mainwindow.h
parent537b42e3f7922e41cf3851b297033cc1f07fb922 (diff)
downloadsubsurface-2fe1dfe83ad2c9f55010bef5bad48c4fd4b04bea.tar.gz
Remove a lot of non-necessary boilerplate code.
We used to have a very sad way of controlling the statistics, now we will create the model when there's a need for it. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 100eac6cb..1ae717a34 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -169,8 +169,6 @@ private:
QAction *actionNextDive;
QAction *actionPreviousDive;
UserManual *helpView;
- QTreeView *yearlyStats;
- QAbstractItemModel *yearlyStatsModel;
CurrentState state;
QString filter();
static MainWindow *m_Instance;