mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:23:23 +00:00
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>
This commit is contained in:
parent
8cde21a41d
commit
91ff7b68f0
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue