[PATCH] Remove removed function from public header

Anton Lundin glance at acc.umu.se
Thu Jun 18 11:11:32 PDT 2015


reefnet_sensusultra_device_set_maxretries was killed off back in v0.3,
but was still lying around in the public header.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 include/libdivecomputer/reefnet_sensusultra.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/libdivecomputer/reefnet_sensusultra.h b/include/libdivecomputer/reefnet_sensusultra.h
index 4cff902..72d1ed6 100644
--- a/include/libdivecomputer/reefnet_sensusultra.h
+++ b/include/libdivecomputer/reefnet_sensusultra.h
@@ -45,9 +45,6 @@ dc_status_t
 reefnet_sensusultra_device_open (dc_device_t **device, dc_context_t *context, const char *name);
 
 dc_status_t
-reefnet_sensusultra_device_set_maxretries (dc_device_t *device, unsigned int maxretries);
-
-dc_status_t
 reefnet_sensusultra_device_get_handshake (dc_device_t *device, unsigned char data[], unsigned int size);
 
 dc_status_t
-- 
2.1.4



More information about the devel mailing list