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>
This commit is contained in:
Cristine Guadelupe 2015-01-13 02:03:49 -02:00 committed by Dirk Hohndel
parent c9535b6547
commit 2b19341609
4 changed files with 0 additions and 52 deletions

View file

@ -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;