Removed the unused add cylinder and add weigthsystem dialogs.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-05-22 14:52:38 -03:00
parent 3e51476d87
commit 134e20bdc2
10 changed files with 6 additions and 624 deletions

View file

@ -48,7 +48,7 @@ public:
/*reimp*/ Qt::ItemFlags flags(const QModelIndex& index) const;
/*reimp*/ bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole);
void add(cylinder_t *cyl);
void add();
void clear();
void update();
void setDive(struct dive *d);
@ -73,7 +73,7 @@ public:
/*reimp*/ Qt::ItemFlags flags(const QModelIndex& index) const;
/*reimp*/ bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole);
void add(weightsystem_t *weight);
void add();
void clear();
void update();
void setDive(struct dive *d);