diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-16 22:24:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | b6f821886b2ed29230d08357df5c09ee66f7cc8d (patch) | |
tree | 24d78ae358f527374432c6fa77a22a30f2478bbd /core | |
parent | 3b6b9951ae0595c21dc35d95126e644babbfbc2d (diff) | |
download | subsurface-b6f821886b2ed29230d08357df5c09ee66f7cc8d.tar.gz |
mobile: unify download code on mobile and desktop
Use the undo-command for importing dives also on mobile. This should make the
whole disconnect-model shenigans unnecessary.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core')
-rw-r--r-- | core/downloadfromdcthread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index fd423438f..bf2e9ca7e 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -424,7 +424,6 @@ bool DCDeviceData::saveLog() const return data.libdc_log; } - device_data_t *DCDeviceData::internalData() { return &data; |