mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Remove unused code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3fa3f55163
commit
937fef819a
1 changed files with 0 additions and 3 deletions
|
@ -208,9 +208,6 @@ void DivePlannerGraphics::moveActiveHandler(const QPointF& pos)
|
|||
double xpos = timeLine->posAtValue(rint(timeLine->valueAt(pos)));
|
||||
double ypos = depthLine->posAtValue(rint(depthLine->valueAt(pos)));
|
||||
QPointF newPos(xpos, ypos);
|
||||
int sec = rint(timeLine->valueAt(newPos)) * 60;
|
||||
int mm = rint(depthLine->valueAt(newPos)) * 1000;
|
||||
bool moveLines = false;;
|
||||
// do not allow it to move between handlers.
|
||||
if (handles.count() > 1) {
|
||||
if (idx == 0 ) { // first
|
||||
|
|
Loading…
Reference in a new issue