Remove non-existing function from header
The dc_device_version() function has been removed from the public api long time ago.
This commit is contained in:
parent
535d612a93
commit
4e0c2e4650
@ -84,9 +84,6 @@ dc_device_set_events (dc_device_t *device, unsigned int events, dc_event_callbac
|
||||
dc_status_t
|
||||
dc_device_set_fingerprint (dc_device_t *device, const unsigned char data[], unsigned int size);
|
||||
|
||||
dc_status_t
|
||||
dc_device_version (dc_device_t *device, unsigned char data[], unsigned int size);
|
||||
|
||||
dc_status_t
|
||||
dc_device_read (dc_device_t *device, unsigned int address, unsigned char data[], unsigned int size);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user