diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-05-31 21:36:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-31 21:36:35 -0700 |
commit | ac1168f1860a78fee0e6e576054a6e3d9b39d185 (patch) | |
tree | 80bf5049b5dbfeff17789bd0908e6ba2d289a08a /qt-ui/diveplanner.h | |
parent | ed26dfdd6bd095f117d4f43a638688d19bb9be5b (diff) | |
download | subsurface-ac1168f1860a78fee0e6e576054a6e3d9b39d185.tar.gz |
Revert "Show the calculated deco stops in the planner table"
This reverts commit 7d42b53bba235894668ed1f2da3f5d17cd97b9c5.
With the addition of the dive plan details widget we no longer want to
show the deco points in the dive planner points table.
Conflicts:
qt-ui/diveplanner.cpp
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 7cc4265bd..a281b7634 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -99,7 +99,6 @@ private: QVector<sample> backupSamples; // For editing added dives. struct dive *stagingDive; QVector<QPair<int, int> > oldGases; - void addDecoToModel(); }; class DiveHandler : public QObject, public QGraphicsEllipseItem { |