summaryrefslogtreecommitdiffstats
path: root/core/libdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-22 14:56:31 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-22 14:56:31 -0700
commit78dc3a3efe83c66a7cb31677704e1570bf8a3a4a (patch)
tree90f5cd712be2b5d12edfd929b3df39bb41ee5d21 /core/libdivecomputer.h
parentf35f767240fc6d8db43650bad624f5bde39d100a (diff)
downloadsubsurface-78dc3a3efe83c66a7cb31677704e1570bf8a3a4a.tar.gz
Revert "Add a simple cp2130 libusb driver"
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r--core/libdivecomputer.h1
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