mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
c9535b6547
commit
2b19341609
4 changed files with 0 additions and 52 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue