Remove the depth / time increase and decrease functions.

The new profile code handles the resizing of the profile area in order to
accomodate the depth and time of the dive much more intuitively - the old
manual buttons to do so are no longer needed.

This also removes a few other unused methods.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-05-23 22:25:49 -03:00 committed by Dirk Hohndel
parent f67693b2e0
commit 93f35971c6
2 changed files with 0 additions and 88 deletions

View file

@ -160,9 +160,6 @@ protected:
virtual void showEvent(QShowEvent *event);
virtual void resizeEvent(QResizeEvent *event);
qreal fromPercent(qreal percent, Qt::Orientation orientation);
public
slots:
void settingsChanged();
private
slots:
void keyEscAction();
@ -171,11 +168,6 @@ slots:
void keyDownAction();
void keyLeftAction();
void keyRightAction();
void increaseTime();
void increaseDepth();
void decreaseTime();
void decreaseDepth();
void drawProfile();
private:
void moveActiveHandler(const QPointF &MappedPos, const int pos);