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:
parent
674c20227b
commit
cd33d88768
@ -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);
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
#include <QSignalMapper>
|
||||
#include <QElapsedTimer>
|
||||
|
||||
|
||||
class QListView;
|
||||
class QModelIndex;
|
||||
class DivePlannerPointsModel;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user