diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-06-20 13:23:59 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-20 13:23:59 +0900 |
commit | b75eae95c194452499ba73e606c0bc0b41d3fb32 (patch) | |
tree | 165facb9a74404c4ffec67ff4d06f8ff6430eb70 /mobile-widgets/qmlmanager.cpp | |
parent | 7f7e7cf51db13d9fbe0f3b67eb97a971dcf8cb29 (diff) | |
download | subsurface-b75eae95c194452499ba73e606c0bc0b41d3fb32.tar.gz |
QML UI: remove unused property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index b27fe4b37..8e7664229 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -1681,21 +1681,11 @@ int QMLManager::DC_deviceId() const return m_device_data->deviceId(); } -int QMLManager::DC_diveId() const -{ - return m_device_data->diveId(); -} - void QMLManager::DC_setDeviceId(int deviceId) { m_device_data->setDeviceId(deviceId); } -void QMLManager::DC_setDiveId(int diveId) -{ - m_device_data->setDiveId(diveId); -} - void QMLManager::DC_setVendor(const QString& vendor) { m_device_data->setVendor(vendor); |