summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r--core/downloadfromdcthread.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index 67d628d31..34f1eb748 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -308,16 +308,6 @@ DCDeviceData *DownloadThread::data()
return m_data;
}
-struct dive_table *DownloadThread::table()
-{
- return &downloadTable;
-}
-
-struct dive_site_table *DownloadThread::sites()
-{
- return &diveSiteTable;
-}
-
QString DCDeviceData::vendor() const
{
return data.vendor;