diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-03 14:34:24 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-03 14:43:32 -0700 |
commit | d8c31135848d765a3d241d295e5d6afc311f7820 (patch) | |
tree | a45fcebd0119f43576cc41ae1936c127bd01a88c /qt-ui/profile/diveplotdatamodel.h | |
parent | 117b212cddda614a1c668882f8165c3a6a4f3093 (diff) | |
download | subsurface-d8c31135848d765a3d241d295e5d6afc311f7820.tar.gz |
UI restructure: don't use random dives from the divelist for data
Everything should come from the displayed_dive.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/diveplotdatamodel.h')
-rw-r--r-- | qt-ui/profile/diveplotdatamodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profile/diveplotdatamodel.h b/qt-ui/profile/diveplotdatamodel.h index 35805256d..bb0c64152 100644 --- a/qt-ui/profile/diveplotdatamodel.h +++ b/qt-ui/profile/diveplotdatamodel.h @@ -54,7 +54,6 @@ public: void clear(); void setDive(struct dive *d, const plot_info &pInfo); const plot_info &data() const; - int id() const; unsigned int dcShown() const; double pheMax(); double pn2Max(); |