summaryrefslogtreecommitdiffstats
path: root/configuredivecomputerthreads.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2015-05-27 21:19:10 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-27 15:37:27 -0700
commitf7be6daacc91fd17291398d070825a49f6991ba1 (patch)
tree87966d8f940b94860c49838f6704096fac446661 /configuredivecomputerthreads.h
parentd850a67ce8254d593e71237a68d8b1c970017e34 (diff)
downloadsubsurface-f7be6daacc91fd17291398d070825a49f6991ba1.tar.gz
Remove unused variables and methods
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'configuredivecomputerthreads.h')
-rw-r--r--configuredivecomputerthreads.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/configuredivecomputerthreads.h b/configuredivecomputerthreads.h
index 254d286ba..7aa9cb298 100644
--- a/configuredivecomputerthreads.h
+++ b/configuredivecomputerthreads.h
@@ -13,11 +13,9 @@ class DeviceThread : public QThread {
public:
DeviceThread(QObject *parent, device_data_t *data);
virtual void run() = 0;
- QString result;
QString lastError;
signals:
void error(QString err);
- void message(QString msg);
void progress(int value);
protected:
device_data_t *m_data;