From 134e20bdc27f63c73ef8257dc357ae05642fece8 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 22 May 2013 14:52:38 -0300 Subject: Removed the unused add cylinder and add weigthsystem dialogs. Signed-off-by: Tomaz Canabrava --- qt-ui/addweightsystemdialog.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 qt-ui/addweightsystemdialog.h (limited to 'qt-ui/addweightsystemdialog.h') diff --git a/qt-ui/addweightsystemdialog.h b/qt-ui/addweightsystemdialog.h deleted file mode 100644 index e99dc08d8..000000000 --- a/qt-ui/addweightsystemdialog.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * addweightsystemdialog.h - * - * header file for the add weightsystem dialog of Subsurface - * - */ -#ifndef ADDWEIGHTSYSTEMDIALOG_H -#define ADDWEIGHTSYSTEMDIALOG_H - -#include -#include "../dive.h" - -namespace Ui{ - class AddWeightsystemDialog; -} - -class AddWeightsystemDialog : public QDialog{ - Q_OBJECT -public: - explicit AddWeightsystemDialog(QWidget* parent = 0); - void setWeightsystem(weightsystem_t *ws); - void updateWeightsystem(); - -private: - Ui::AddWeightsystemDialog *ui; - weightsystem_t *currentWeightsystem; -}; - - -#endif -- cgit v1.2.3-70-g09d2