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