mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove dc_user_device_t
The same structure was defined as "struct dc_user_device_t" and typedefed as "device_data_t". Unify this. Since there are much more of the latter, remove the former. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
8c65558b5c
commit
5a19437311
4 changed files with 8 additions and 9 deletions
|
@ -29,8 +29,7 @@ extern "C" {
|
|||
struct dive;
|
||||
struct dive_computer;
|
||||
|
||||
typedef struct dc_user_device_t
|
||||
{
|
||||
typedef struct {
|
||||
dc_descriptor_t *descriptor;
|
||||
const char *vendor, *product, *devname;
|
||||
const char *model, *btname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue