mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
downloadfromdivecomputer.cpp: remove unused variable err_string
This was a relict from Gtk days. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
7fc3a345ff
commit
a3d61c1575
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
|||
#include <QMessageBox>
|
||||
#include <QShortcut>
|
||||
|
||||
namespace DownloadFromDcGlobal {
|
||||
const char *err_string;
|
||||
};
|
||||
|
||||
DownloadFromDCWidget::DownloadFromDCWidget(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f),
|
||||
downloading(false),
|
||||
previousLast(0),
|
||||
|
|
Loading…
Add table
Reference in a new issue