diff options
author | Cristine Guadelupe <cristineguadelupe@me.com> | 2015-01-13 02:03:49 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-14 12:24:57 +1300 |
commit | 2b193416090f3ca9795513d94028557c96aed0b4 (patch) | |
tree | 7cda9150c7dd51f1e6aee5afbef1f6b246e4baae /qt-ui/profile/profilewidget2.h | |
parent | c9535b6547c60afdb89db0822608cd7a44b3f50e (diff) | |
download | subsurface-2b193416090f3ca9795513d94028557c96aed0b4.tar.gz |
Remove instantMeanDepthLine
Take instantMeanDepthLine out of the code. We have the moving average line
plus the exact data in the information overlay.
Signed-off-by: Cristine Guadelupe <cristineguadelupe@me.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index ffeecb3ee..675fa88b3 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -85,9 +85,6 @@ public: void clearHandlers(); State currentState; -signals: - void mouseMoved(int time, int depth); - public slots: // Necessary to call from QAction's signals. void settingsChanged(); @@ -185,7 +182,6 @@ private: DiveLineItem *mouseFollowerHorizontal; RulerItem2 *rulerItem; TankItem *tankItem; - InstantMeanDepthLine *instantMeanDepth; bool isGrayscale; bool printMode; |