mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove dc_user_device_t::trip
Since ff9506b21b
the downloaders don't
add dives to a new trip and therefore the trip field of dc_user_device_t
became pointless. Remove it.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
a729911893
commit
8cde21a41d
2 changed files with 0 additions and 2 deletions
|
@ -257,7 +257,6 @@ void show_computer_list()
|
||||||
DCDeviceData::DCDeviceData()
|
DCDeviceData::DCDeviceData()
|
||||||
{
|
{
|
||||||
memset(&data, 0, sizeof(data));
|
memset(&data, 0, sizeof(data));
|
||||||
data.trip = nullptr;
|
|
||||||
data.download_table = nullptr;
|
data.download_table = nullptr;
|
||||||
data.diveid = 0;
|
data.diveid = 0;
|
||||||
data.deviceid = 0;
|
data.deviceid = 0;
|
||||||
|
|
|
@ -38,7 +38,6 @@ typedef struct dc_user_device_t
|
||||||
dc_device_t *device;
|
dc_device_t *device;
|
||||||
dc_context_t *context;
|
dc_context_t *context;
|
||||||
dc_iostream_t *iostream;
|
dc_iostream_t *iostream;
|
||||||
struct dive_trip *trip;
|
|
||||||
int preexisting;
|
int preexisting;
|
||||||
bool force_download;
|
bool force_download;
|
||||||
bool libdc_log;
|
bool libdc_log;
|
||||||
|
|
Loading…
Add table
Reference in a new issue