diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-09-22 14:56:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-22 14:56:31 -0700 |
commit | 78dc3a3efe83c66a7cb31677704e1570bf8a3a4a (patch) | |
tree | 90f5cd712be2b5d12edfd929b3df39bb41ee5d21 /core/libdivecomputer.h | |
parent | f35f767240fc6d8db43650bad624f5bde39d100a (diff) | |
download | subsurface-78dc3a3efe83c66a7cb31677704e1570bf8a3a4a.tar.gz |
Revert "Add a simple cp2130 libusb driver"
This reverts commit 93ef223a3131db838abc7c390ddce3fae8be5f7c.
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index 8a91fcf86..f2894b0c4 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -65,7 +65,6 @@ extern char *dumpfile_name; // Thats why I've worked around it with a stupid helper returning it. dc_custom_serial_t* get_qt_serial_ops(); extern dc_custom_serial_t serial_ftdi_ops; -extern dc_custom_serial_t cp2130_serial_ops; #endif #ifdef __cplusplus |