diff options
author | jan Iversen <jani@libreoffice.org> | 2018-06-04 18:44:41 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-04 10:27:13 -0700 |
commit | efab7e33571a10a69a683839c276bdc0fd56ac12 (patch) | |
tree | 941a028c236b4fa7b18e0f102c715225389cff06 /core/downloadfromdcthread.h | |
parent | 03f30f628160670ad667de3a580510b0008ca5fa (diff) | |
download | subsurface-efab7e33571a10a69a683839c276bdc0fd56ac12.tar.gz |
core: remove unused function getDetectedDeviceAddress()
getDetectedDeviceAddress is not used in mobile or desktop version
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r-- | core/downloadfromdcthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h index f5ed438cf..f36676943 100644 --- a/core/downloadfromdcthread.h +++ b/core/downloadfromdcthread.h @@ -52,7 +52,6 @@ public: Q_INVOKABLE int getDetectedVendorIndex(); Q_INVOKABLE int getDetectedProductIndex(const QString ¤tVendorText); - Q_INVOKABLE QString getDetectedDeviceAddress(const QString ¤tProductText); public slots: void setVendor(const QString& vendor); |