aboutsummaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r--core/downloadfromdcthread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h
index 448271211..a4a485a0e 100644
--- a/core/downloadfromdcthread.h
+++ b/core/downloadfromdcthread.h
@@ -32,7 +32,6 @@ public:
QString descriptor() const;
bool forceDownload() const;
bool saveLog() const;
- int deviceId() const;
int diveId() const;
/* this needs to be a pointer to make the C-API happy */
@@ -44,7 +43,6 @@ public:
int getDetectedVendorIndex();
int getDetectedProductIndex(const QString &currentVendorText);
- void setDeviceId(int deviceId);
void setDiveId(int diveId);
void setVendor(const QString& vendor);
void setProduct(const QString& product);