summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.cpp')
-rw-r--r--qt-ui/downloadfromdivecomputer.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp
index 70ec28a5b..3148a566c 100644
--- a/qt-ui/downloadfromdivecomputer.cpp
+++ b/qt-ui/downloadfromdivecomputer.cpp
@@ -36,13 +36,6 @@ namespace DownloadFromDcGlobal {
const char *err_string;
};
-DownloadFromDCWidget *DownloadFromDCWidget::instance()
-{
- static DownloadFromDCWidget *dialog = new DownloadFromDCWidget(mainWindow());
- dialog->setAttribute(Qt::WA_QuitOnClose, false);
- return dialog;
-}
-
DownloadFromDCWidget::DownloadFromDCWidget(QWidget* parent, Qt::WindowFlags f) :
QDialog(parent, f), thread(0), timer(new QTimer(this)),
dumpWarningShown(false), currentState(INITIAL)
@@ -79,12 +72,6 @@ DownloadFromDCWidget::DownloadFromDCWidget(QWidget* parent, Qt::WindowFlags f) :
updateState(INITIAL);
}
-void DownloadFromDCWidget::runDialog()
-{
- updateState(INITIAL);
- exec();
-}
-
void DownloadFromDCWidget::updateProgressBar()
{
if (*progress_bar_text != '\0') {