diff options
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index ecf4dff63..aba972d28 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -18,13 +18,6 @@ extern "C" { #endif -struct dc_descriptor_t { - const char *vendor; - const char *product; - dc_family_t type; - unsigned int model; -}; - /* don't forget to include the UI toolkit specific display-XXX.h first to get the definition of progressbar_t */ typedef struct device_data_t |