summaryrefslogtreecommitdiffstats
path: root/uemis.h
diff options
context:
space:
mode:
Diffstat (limited to 'uemis.h')
-rw-r--r--uemis.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/uemis.h b/uemis.h
index 99cf44445..e4e8532c2 100644
--- a/uemis.h
+++ b/uemis.h
@@ -3,12 +3,8 @@
/*
* defines and prototypes for the uemis Zurich SDA file parser
- * we add this to the list of dive computers that is supported
- * in libdivecomputer by using a negative value for the type enum
*/
-#define DEVICE_TYPE_UEMIS (-1)
-void uemis_import();
void uemis_parse_divelog_binary(char *base64, void *divep);
#endif /* DIVE_H */