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:
Berthold Stoeger 2019-02-28 21:32:26 +01:00 committed by Dirk Hohndel
parent 8cde21a41d
commit 91ff7b68f0

View file

@ -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;