[PATCH 3/8] Removed old cochran_data_dump struct.
John Van Ostrand
john at vanostrand.com
Sun Nov 2 18:52:29 PST 2014
It was unneeded since the dump interface was fixed.
---
include/libdivecomputer/cochran.h | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/include/libdivecomputer/cochran.h b/include/libdivecomputer/cochran.h
index f7506d7..90b1bb5 100644
--- a/include/libdivecomputer/cochran.h
+++ b/include/libdivecomputer/cochran.h
@@ -30,18 +30,6 @@
extern "C" {
#endif /* __cplusplus */
-struct cochran_data_dump {
- dc_buffer_t *id0;
- dc_buffer_t *id1;
- dc_buffer_t *config1;
- dc_buffer_t *config2;
- dc_buffer_t *config3;
- dc_buffer_t *config4;
- dc_buffer_t *misc;
- dc_buffer_t *logbook;
- dc_buffer_t *sample;
-};
-
dc_status_t
cochran_common_device_open (dc_device_t **device, dc_context_t *context,
const char *name);
--
1.8.3.1
More information about the devel
mailing list