diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-02-28 21:32:26 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-02-28 15:31:48 -0800 |
commit | 91ff7b68f0e3f4b3889929def2d96b8f6c931b3e (patch) | |
tree | b8fc89d968cd4f4d913386f410977891b9622e35 /core/libdivecomputer.h | |
parent | 8cde21a41ded4a774b86d112ae357750c15c0b10 (diff) | |
download | subsurface-91ff7b68f0e3f4b3889929def2d96b8f6c931b3e.tar.gz |
Cleanup: remove dc_user_device_t::preexisting
This field appears to be unused for a long time.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index db3d0a0ff..24c501c2a 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -38,7 +38,6 @@ typedef struct dc_user_device_t dc_device_t *device; dc_context_t *context; dc_iostream_t *iostream; - int preexisting; bool force_download; bool libdc_log; bool libdc_dump; |