cleanup: remove unused macros in diveplanner.cpp

Clearly, these are artifacts.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-11-25 07:55:22 +01:00 committed by Dirk Hohndel
parent 674c20227b
commit cd33d88768
2 changed files with 0 additions and 7 deletions

View file

@ -16,7 +16,6 @@
#include "qt-models/diveplannermodel.h"
#include <QGraphicsSceneMouseEvent>
#include <QMessageBox>
#include <QSettings>
#include <QShortcut>
#ifndef NO_PRINTING
@ -25,11 +24,6 @@
#include <QBuffer>
#endif
#define TIME_INITIAL_MAX 30
#define MAX_DEPTH M_OR_FT(150, 450)
#define MIN_DEPTH M_OR_FT(20, 60)
DiveHandler::DiveHandler() : QGraphicsEllipseItem()
{
setRect(-5, -5, 10, 10);

View file

@ -9,7 +9,6 @@
#include <QSignalMapper>
#include <QElapsedTimer>
class QListView;
class QModelIndex;
class DivePlannerPointsModel;