diff --git a/core/libdivecomputer.c b/core/libdivecomputer.c index a18f55f2e..b72bd2c80 100644 --- a/core/libdivecomputer.c +++ b/core/libdivecomputer.c @@ -1081,7 +1081,6 @@ static void lookup_fingerprint(dc_device_t *device, device_data_t *devdata) static void event_cb(dc_device_t *device, dc_event_type_t event, const void *data, void *userdata) { - UNUSED(device); static unsigned int last = 0; const dc_event_progress_t *progress = data; const dc_event_devinfo_t *devinfo = data; @@ -1245,15 +1244,6 @@ void logfunc(dc_context_t *context, dc_loglevel_t loglevel, const char *file, un } } -char *transport_string[] = { - "SERIAL", - "USB", - "USBHID", - "IRDA", - "BT", - "BLE" -}; - /* * Get the transports supported by us (as opposed to * the list of transports supported by a particular